Thread: V02Ado
View Single Post
  #1 (permalink)  
Old 11-17-2007, 04:28 PM
tham chan weng
Guest
 
Posts: n/a
Default V02Ado

Testing Vo2Ado Trial Version with VO2.6. SQL is MS 2005 and ADO 2.8.
Having problem with Append(), Deleted() and FieldPut() ( these are
the few I've tested). Error reported that FUNCTION NOT SUPPORTED.
APPEND NOT SUPPORTED BY PROVIDED.

What does this means? Can't I use the common dbServer functions? Why
should I look for the resolve this issue SQL server or VO2Ado? I'm use
ADOServer and ADOCommand.

Connection is
_SQLConnect := AdoConnection{}
_SQLConnectrovider := "SQLOLEDB"
_SQLConnect:cString := "Network Library=DBMSSOCN;" + ;
"Data Source=Home\SQL2005;" + ;
"Initial Catalog=TestDb;" + ;
"Trusted_Connection=yes;"
_SQLConnect:Open(_SQLConnect:cString,NIL,NIL,NIL)_ SQLConnect:CursorLocation :=
AdUseClient

_Svar_1:= "SELECT * FROM TestTable01"
oSqlSrv := AdoServer{_Svar_1, _SQLConnect}



Thanks.
Reply With Quote