Viewing 15 posts - 256 through 270 (of 325 total)
you are using Access 2000 with SQL server 2000 ... and because Access 2000 is made before sql 2000 then you have to do one of the following: 1- go...
January 11, 2004 at 3:36 am
you are using Access 2000 with SQL server 2000 ... and because Access 2000 is made before sql 2000 then you have to do
January 11, 2004 at 3:33 am
try to use an output parameter (@err) that indicates if any error happened or not
ALTER Procedure AnyThing
@err int output
as
Begin transaction
set @err...
December 31, 2003 at 2:27 am
I have another solution for you .. to transfer data and Structure from SQL Server to Access:
open Access
from "file" menu, choose "Get External Data" , then "Import"
then...
December 23, 2003 at 2:35 am
ok I understand now more ..
you have to do this phases before other phases I said before:
- changing code to ADO, and you still use Aceess
then make all the rest...
December 18, 2003 at 7:37 am
the relationship in Access is transfered to Triggers in SQL server 7 , and is transerefed to Relationships in SQL Server 2000
of course Relationships is more simple to use...
December 18, 2003 at 7:26 am
I mean use Upsizing wizard to send data to a database name "TempApplication" .. and put it on this server .. or any other server ..
so it will be...
December 18, 2003 at 7:04 am
ok Christy .. go a head on what you said ...
all you have to do is
1- reading in upsizing wizard (use access XP .. it is the...
December 18, 2003 at 1:20 am
so you want to make 2 big steps in 1 atep :
the 2 steps are
1- sending Data to SQL server
2- making VB application connected to it ..
...
December 17, 2003 at 8:58 am
First thing is to use Access XP (2002) upsizing wizard to transref data and structure (not access 2000)
the simplest solution is to "Create a two-tier application" by linking Access...
December 17, 2003 at 3:59 am
see these links
http://www.sqlmag.com/Forums/messageview.cfm?catid=3&threadid=6207
http://www.sqlmag.com/Articles/Index.cfm?ArticleID=9011
they will help you understand the problem and the solutions
I hope this help u
Alamir Mohamed
December 17, 2003 at 3:53 am
to see this job :
go to EM (Enterprise Manager) , expand your server , expand "Management" folder, expand "SQL Server Agent" , click on "Jobs" ...
here you will see...
December 11, 2003 at 1:41 am
the solution which cmore give above is wonderful ... but I have a question
what If I put Triggers on the 3 tables on insert and deletes ??? ......
December 9, 2003 at 3:33 am
please take care of this :
open enterprise manager , right lick on your server and choose "properties" , go "server settings" tab, and UNcheck "allow triggers to be fired which...
December 8, 2003 at 8:17 am
did you try to save information in local tables on Access ??
and make Yes/No (Bit) field on that local tables to let you know it this chages go...
December 8, 2003 at 8:10 am
Viewing 15 posts - 256 through 270 (of 325 total)