Viewing 15 posts - 16 through 30 (of 73 total)
I think you can put both the action and the query together in the same query string. So that you can do both in the same call to the database....
December 12, 2003 at 12:04 pm
Hi,
If you don't want to return a parameter back from the SP (such as @@ERROR or @@IDENTITY) you can simplify your calling code by just executing the...
December 9, 2003 at 4:13 pm
Hi, I don't have a full answer to your question, you may be able to do this easily in the IDE ,you may not, I don't know. But from a...
December 6, 2003 at 3:07 pm
Hi,
$150,000 sounds a lot of money!
From VB add the MSINET.OCX
Add the INET control to the page as Inet1.
put the following code in the form onLoad event or under a...
November 13, 2003 at 6:16 pm
Hi,
Not sure what you mean by 'view the forms using SQL'? The upsize wizard should create an access project for you (.adp file). It is this access...
November 2, 2003 at 6:01 pm
Hi,
Yeah, The answer is, 'It depends'! It all comes down to how this guy wrote the application in the first place. If your lucky he did it...
November 1, 2003 at 7:57 pm
Hi,
Ok, sorry, I had assumed you were using an access project to run the queries(stored procs) on the server. It looks like you have linked the SQL...
September 25, 2003 at 2:16 pm
Hi,
Not an expert by any means, but..
I think the truest testing environment will be an identical mirror image of your database, as you are doing with backup/restore....
September 24, 2003 at 4:56 pm
Hi,
I have no idea if this is going to help with your problem, but I had a different problem with calling stored procs in Access and adding...
September 24, 2003 at 4:00 pm
Thanks everyone for their suggestions.
After further investigation I am still no closer to being able to use an Access .adp bound form to insert into a view that has an...
September 10, 2003 at 2:43 pm
Hi Rachel,
you could also try this method:
Private Declare Function GetUserName Lib "advapi32.dll" _
...
September 9, 2003 at 3:36 pm
Thanks David,
This looks great! I'll give it a try.
Cheers
Chris
September 9, 2003 at 7:57 am
Hi fromnaija,
The users need to be able to see the value of the PK, but not alter...
August 29, 2003 at 7:19 am
Hi brokenrulz
Thanks for answering.
That works fine in EM, but my users do not have access through em to put in dummy values. I am using a bound form in...
August 29, 2003 at 3:28 am
Viewing 15 posts - 16 through 30 (of 73 total)