Hi Guys..
Navigating through the Recordset got solved by putting
RS.CursorLocation = adUseClient
But another problem is, whenever i add any record to recordset (RS) it is adding but it is not adding the respective table ( fom_cash_vou ).
I thinks because Cursor Location = Client Side.
Is...
Dear All,
Im using VB 6.0 and ORCALE 9i Lite Data base. I am getting the above mentioned error while try to Move backupward or Last record.
I have created the DSN=VBSIP (Oraclite ODBC Driver) which refers to my oracle lite database.
Here is the code.
Set sDBconn = New ADODB.Connection...
Thanks guys, by inserting the comm port setting it worked fine and i also tried putting the mscomm control in the form, it worked fine.
I have choosen to use MSCOMM control method, it is very easy to use but i have one small problem in that.
when i put the weight in the Scale it takes some...
Hi All,
Can anybody tell me what is the problem with the following code. When i run, it gives me BytesRead :0
I Have electronic scale which is connected to My computer and scale is configured to send the output to computer also.
SerialPort handle is OK ( hSerialPort is not -1 ).
Thanks...
I am using VB 6.0 AND ACCESS Database.
Here is My Query.
Dim ssql1 As String, ssql2 As String, ssql3 As String
Dim ssql4 As String, ssql5 As String, ssql6 As String
Dim trs As New ADODB.Recordset
Dim sSql As String
Dim FromDate As Date
Dim ToDate As Date
FromDate = #1/7/2004#
ToDate = Date...
Hi,
It is not possible, because i have group by based on the date, same date may appear in 3 tables also.
May be other way out, but i don't know how to do using the SQL query.
Muraliambt.
Hi,
Yes, i have ADO Connection and working fine. This is my requirement.
I am querying data from 3 tables and putting it in temporary ADO record set using UNION ALL. From the recordset i want to SUM records based on the date and insert this into table.
I'm getting struck in the second...
Hi,
Even if i say rsprod.movefirst after clearing the datacombo, still it is now showing the first record.
I want like this...
when the user cliks "Add" button i am clearing all the Text Fields, combo box and data combo.
Textfield.text =""
combo.text = ""
datacombo.text = ""
After...
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.