|
-
Aug 4th, 1999, 05:03 PM
#1
Thread Starter
New Member
I use an ADO 2.1 SP2 control to connect to an MS SQL Server.
I have a recordset (Cursorlocation=ClientSide, Cursortype=Static, LockType=Optimistic)with following SQL statement: "SELECT sanr, sabz, 0 AS sel, 0 AS abspos FROM PSA ORDER by sabz"
As you can see i use the select statement to produce new temporary columns (sel, abspos) for my application.
After i have opened the recordset i update the abspos field (rs!abspos=index, rs.Update).
Everything works right with an SQL Server 6.5, but using SQL Server 7.0 generates an error when i update the abspos field.
Thanx in advance
Martin
-
Aug 5th, 1999, 02:11 PM
#2
Thread Starter
New Member
This problem occures only with my temporary columns. Updating a column like sanr, sabz works correct - even with MS SQL Server 7.0
-
Aug 7th, 1999, 01:38 AM
#3
Frenzied Member
Have you tried a temporary table?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|