Dec 22nd, 1999, 12:36 AM
Hello;
I'm Khamal, my condition :-
1. I'm using oracle 8.0.5 both for client and server
2. I had create the database on client pc and communication was greate, now
i'm able to add the new data using MSRDC(Microsoft Remote Data Control 6.0)
3. My server running on windows NT SP3
4. Client running smoothly on windows98
5. My table do have field: (name, address, telephoneno)
My question is
1. I had problem in quering field to text box
My command:
*********************************************
Private Sub Text2_LostFocus()
Dim ssql As String
With MSRDC1
ssql = "select * from contoh1 where name= & Text2.Text &"
.SQL = ssql
.CursorDriver = rdUseClientBatch
.LockType = rdConcurRowVer
.ResultsetType = rdOpenStatic
End With
Text1.DataField = "address" -error message appear
Text3.DataField = "telephoneno"
End sub
*********************************************
should you have any suggestion please email me at cosmos74@tm.net.my.
Thank you
------------------
Khamal
I'm Khamal, my condition :-
1. I'm using oracle 8.0.5 both for client and server
2. I had create the database on client pc and communication was greate, now
i'm able to add the new data using MSRDC(Microsoft Remote Data Control 6.0)
3. My server running on windows NT SP3
4. Client running smoothly on windows98
5. My table do have field: (name, address, telephoneno)
My question is
1. I had problem in quering field to text box
My command:
*********************************************
Private Sub Text2_LostFocus()
Dim ssql As String
With MSRDC1
ssql = "select * from contoh1 where name= & Text2.Text &"
.SQL = ssql
.CursorDriver = rdUseClientBatch
.LockType = rdConcurRowVer
.ResultsetType = rdOpenStatic
End With
Text1.DataField = "address" -error message appear
Text3.DataField = "telephoneno"
End sub
*********************************************
should you have any suggestion please email me at cosmos74@tm.net.my.
Thank you
------------------
Khamal