Results 1 to 4 of 4

Thread: [RESOLVED] VB.Net & Progress Database

  1. #1

    Thread Starter
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Resolved [RESOLVED] VB.Net & Progress Database

    Hello all,

    been looking around on the net for some info on how to interact with vb.net and a progress database. Now unfortunatly for me its my 1st time using a Progress database so i'm unsure whether you need use ODBC, OLEDB or whatever.

    what im aiming to achieve is to use a web service to pull data from the database.

    so basically im just looking for some pointers in where to look for samples and info or any other info if anyone has used progress

    Cheers dudes
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: VB.Net & Progress Database

    Apparently the connection string you need is like this:

    "User ID=root; Password=pwd; Host=localhost; Port=5432; Database=testdb;Pooling=true; Min Pool Size=0; Max Pool Size=100; Connection Lifetime=0"

    And a bit more info can be found here

  3. #3

    Thread Starter
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: VB.Net & Progress Database

    what type of data connection should be used for that, SqlClient? or Oledb or odbc

    Or does progress have its open library connection?

    Cheers
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: VB.Net & Progress Database

    No idea I'm afraid - it's probably best to check out the pages at the site I linked to, or see if anyone in the .Net forums has used it before (if so, a quick search should give the answers).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width