Viewing 15 posts - 61 through 75 (of 85 total)
There is a slight twist to this because I need to use it in a cursor. I'm not sure how to use the @SQL_TEXT which was developed in the...
October 15, 2003 at 2:07 pm
Thanks! Creating a union view is a good idea but these tables are imported Access tables provided by the government for integration. Their sources are various OEM vendors...
October 15, 2003 at 1:43 pm
Thanks for the idea. I definitely concur with limiting the return and was looking for proven ways of accomplishing this. I'm leaning toward returning the keys into an...
October 2, 2003 at 9:15 am
And that is the reason I've requested some help here. Your response however was somewhat limited since I would need to implement any alternatives. One problem is the...
October 2, 2003 at 8:43 am
Thanks! You recommendations helped me overcome this issue. I wasn't using a priming fetch. Now it works great. Documentation was really spotty and didn't explain the...
September 29, 2003 at 5:51 pm
I've partially resolved this problem, or at least learned a little more about it. Yesterday the debugger worked when debugging a procedure on the server on my local computer....
September 26, 2003 at 8:55 am
I am aware that @@FETCH_STATUS is a global variable, after a while using BOL, and when the nested cursor updates @@FETCH_STATUS to -1 the unnested cursor sadly claims it as...
September 25, 2003 at 4:18 pm
I checked the path and it may have been able to cause the problem, so I updated it and still got the same error. Then I logged onto a...
September 25, 2003 at 12:23 pm
I've developed using the Jet engine and SQL Server from Access an Access/ASP front end. You need to determine what your requirements are before you pick ANY database engine....
September 25, 2003 at 12:13 pm
I agree that there is most probably a delimiter within the text being exported. If you are exporting Access text to Excel then you would probably need to create...
September 25, 2003 at 9:15 am
Assuming y is a numeric variable and you do NOT have a field in the QuoteDetails table name QuoteDID, you may have erred by using Quotes.QuoteID = QuoteDetails.QuoteDID. If...
September 25, 2003 at 9:06 am
Thanks for your advice. I'll abandon efforts to use the connection object and switch to the command object. You advice saved me from banging my head against the...
September 4, 2003 at 8:30 am
Yes, I was aware of the possibility of using the return parameter from an ADODB command object but preferred to use the connection execute command because the rest of the...
September 3, 2003 at 8:07 am
A great alternative would be to use ADO code. It's merely a COM library to add to the application and you can then do anything that you could with...
August 29, 2003 at 10:06 am
@SimilarBy is a float and the others are ints. You caught me. Thanks! I said it was probably something easy I overlooked.
August 15, 2003 at 3:23 pm
Viewing 15 posts - 61 through 75 (of 85 total)