Viewing 7 posts - 1 through 7 (of 7 total)
friends!
still I am getting the same error...not at the same query but at some other query.
This time the old technic of specifying the cursor type is also not working.
can somebody...
January 29, 2002 at 3:01 am
Thanx Jones,
But, I am developing an application for 6.5. So, I may not be able to upgrade.
And writing the script part I can do but had to handle dynamically...
January 28, 2002 at 11:30 pm
Thanks Brian,
But, No luck
ALTER TABLE <Table Name>
ALTER COLUMN <Column Name> <Data Type> <Nullability>
is not working in SQL Server 6.5. Seems its only works in 7.0 version.
???????????????...
January 27, 2002 at 10:39 pm
I tried specifying the columns also. But, that did not help.
Anyway I could solve the problem by specifying the cursor location before opening the recordset in combination with ForwardOnly.
But,...
January 24, 2002 at 3:47 am
I could solve the problem by specifying the cursor location before opening the recordset in combination with ForwardOnly.
But, still I could not get why the hell that error comes?????????...
January 24, 2002 at 3:45 am
Thanx Steve,
I could solve the problem using SETUSER command within a single script for creating user as well as database and tables for that user.
The script is like this
---- SCRIPT...
January 23, 2002 at 12:23 am
Hi,
When I am using Open recordset statement with VB and ADO like following:
rsRecords.Open "select * from " & table_name, con, adOpenStatic, adLockOptimistic, adCmdText
I am getting an error message :
[Microsoft][ODBC SQL...
January 22, 2002 at 12:23 am
Viewing 7 posts - 1 through 7 (of 7 total)