current recordset does not support updating. This may be a limitation of the provider, or of the selected locktype.
My code is in VBSCRIPT
i create a connection
then
Set rs = CreateObject("ADODB.Recordset")
rs.Open "table", SourceConn, adOpenDynamic
rs.addnew
the addnew...
If i need to convert an access application (query, tables, codes...) in SQL SERVER 2000 and i need to make code, what is the better solution (with performance and portability in mind)?
-Stored procedures (cursor is slow)
-VBScript
or a VB PACKAGE in DTS ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.