Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: geetapm
  • Content: Threads
  • Order by date
  1. geetapm

    Hi I want to connect a Oracle Da

    Hi I want to connect a Oracle Database thru VB by ADODB connection. I've used Dim Conn As ADODB.Connection Dim ObjRec As ADODB.Recordset Private Sub Form_Load() Set Conn = New ADODB.Connection Set ObjRec = New ADODB.Recordset Conn.open "DSN=misuat;UID=misuat;PWD=misuat007;&quot...
  2. geetapm

    Reading Excel file and inserting records in Oracle table

    Hi to all, I want to read Excel file, and insert those records in Oracle table thru VB programming. Can anyone thru light in this matter. Thanx.
  3. geetapm

    How to access a MySQL database from

    How to access a MySQL database from VB , Urgent Thanks Bye
  4. geetapm

    Import data from Excel file into Oracle tables

    hi how to bring data from excel file or txt file into oracle tables. thanx.
  5. geetapm

    How to attach Crystal Reports to Visual Basic

    I want to attach Crystal Report to VB, and also want to connect Oracle data with it. For that I have to make connection in VB or in Crystal Reports. Can anyone put light on this matter. Thanx.
  6. geetapm

    how to connect to oracle from vb ,

    how to connect to oracle from vb , what are all the methods, one is ODBC, how u connect, if anyone can help me, its urgent. bye Geeta

Part and Inventory Search

Back
Top