dickylam
IS-IT--Management
- Jun 24, 2001
- 86
Anybody can help me.
I use VFP as front -end and user interface. I use SQL 2000 as datbase.
I created adodb.connection and adodb.recordset
Let say,
xobj = createobject("adodb.connectio"
zobj = createobject("adodb.recordset"
However, I do not the syntax how to write open as I tried many...
Suppose, I type:-
zobj.open("table",xobj)
the system will show something (OLE IDispatch exception code 0 ....)
what's wrong on my command ?
please
I use VFP as front -end and user interface. I use SQL 2000 as datbase.
I created adodb.connection and adodb.recordset
Let say,
xobj = createobject("adodb.connectio"
zobj = createobject("adodb.recordset"
However, I do not the syntax how to write open as I tried many...
Suppose, I type:-
zobj.open("table",xobj)
the system will show something (OLE IDispatch exception code 0 ....)
what's wrong on my command ?
please