help w/ progress DB connection

Posted by LegacyUser on 19-Feb-2001 15:29

I'm completely new to Progress Db.

Can someone help me how to connect to a progress

database?? Is it the same way as when connecting

to an Access DB?? Can I use these codes for the

select statement?

set cn=Server.CreateObject("ADODB.connection")

set rs=Server.CreateObject("ADODB.Recordset")

cn.Open "DSN=database"

str="SELECT * From table1 "

All Replies

Posted by LegacyUser on 14-Mar-2001 15:37

sorry I cannot help you, but I really need the answer too! Please let me know if you find something. I will do the same for you.

"L. Lu" wrote:

>

>I'm completely new to Progress Db.

>Can someone help me how to connect to a progress

>database?? Is it the same way as when connecting

>to an Access DB?? Can I use these codes for the

>select statement?

>

>set cn=Server.CreateObject("ADODB.connection")

>set rs=Server.CreateObject("ADODB.Recordset")

>cn.Open "DSN=database"

>

>str="SELECT * From table1 "

This thread is closed