Search results

  1. F

    VB.Net and Progress 9.1D

    lol... yep... you're right... Erick... :lol: R u using it too?
  2. F

    DBA Manuals

    Thanks for the link Tom, I'm downloading the 9.1D manuals... I'm gonna try that. Thanks again for the info and this great forum. :biggrin:
  3. F

    DBA Manuals

    Thank for the info Tom, actually I don't have the CD documentation, is there a place where I can download this? Thanks again.
  4. F

    DBA Manuals

    I've started to work with Progress 9.1D, our DB is running good and I had to learn some basic 4GL sentences to run some programs and extract info. I would like to know where can I find information about Database Administration for novices (I already visited the Progress site), but I would like...
  5. F

    VB.Net and Progress 9.1D

    Thanks for the response, although I receive an error in a line: Dim SomeDataSet AsNew DataSet Dim SQLConnection AsNew OdbcConnection("DSN=TESTEMS2ADM;UID=SOMEUSER;PWD=") Dim SQLAdapter AsNew OdbcDataAdapter SQLAdapter.SelectCommand = New OdbcCommand("Select * from saldo-estoq;", SQLConnection)...
  6. F

    VB.Net and Progress 9.1D

    Hi to all, I'm the new guy and I'm happy to join this community. My question is the following: How do I do to create an ODBC connection between VB.Net and progress 9.1D, I'm using the MERANT 3.60 32-BIT Progress SQL92 v9.1D driver. I'm new in this, so I don't have any idea how the strings...
Back
Top