|
-
Sep 12th, 1999, 12:15 PM
#1
Thread Starter
New Member
I am new in VB and I want your help to develope a small application.
I want to connect to an ORACLE DB and then
execute a simple SELECT statement in a table.
If my statement is true (return data) then display a message in a pop up window.
regards
Chris
-
Sep 12th, 1999, 09:47 PM
#2
Lively Member
Hi,
This is simple, but what version of vb are you using? In vb5.0 you would use RDO, but in vb6.0 you could also use ADO. It would be up to you which way you choose.
Using RDO: http://msdn.microsoft.com/library/de...connection.htm
This is documentation of you will connect to your oracle database. The driver that you would use instead of SQL Server, would be "{Microsoft ODBC for Oracle}"
Using ADO:
http://msdn.microsoft.com/library/sd...k/mdao95wu.htm
This is an example using ADO. It's almost the same thing as RDO with slight differences.
Hope this helps,
Preeti
Preeti
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|