Results 1 to 6 of 6

Thread: Sybase .ADT files

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2004
    Posts
    541

    Sybase .ADT files

    Hello all,

    Has anyone ever had to load a .ADT (Advantage database) file into a SQL Database? I'm exploring any option I can (vb, ssis, etc.) since I haven't figured this out yet. I'm not sure how to connect to file (ADO.NET). I think if I can figure that out, I'll be ok.

    Thanks,

    Strick

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Sybase .ADT files

    You'll need to have an appropriate ODBC driver or OLE DB provider installed, which you can probably only get from Sybase. You can then use Odbc or OleDb or some third-party ADO.NET provider in VB.NET or SSIS.

    http://connectionstrings.com/sybase-advantage
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Sybase .ADT files

    Moved To Database Development

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2004
    Posts
    541

    Re: Sybase .ADT files

    Quote Originally Posted by jmcilhinney View Post
    You'll need to have an appropriate ODBC driver or OLE DB provider installed, which you can probably only get from Sybase. You can then use Odbc or OleDb or some third-party ADO.NET provider in VB.NET or SSIS.

    http://connectionstrings.com/sybase-advantage
    Hello, thanks for your response. I think this was where I am really confused. The connection strings here look like they are for connecting to a Advantage database where I need to connect to a file (.adt) file.

    Thanks,

    Strick

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,222

    Re: Sybase .ADT files

    Is that actually possible? I have no idea whether it is or not but if it's anything like SQL Server you cannot just connect to a file without a server.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2004
    Posts
    541

    Re: Sybase .ADT files

    Hi,

    Yep it's possible. I had a project a few years ago where I used to connect right to comma delimited text files.

    For this project your advice was very helpful. I was able to download the Advantage.Data.Provider .net provider. Once I did that, it showed up in references.

    I'm now playing around with the provider trying to get familiar with it.

    Thanks,

    Strick

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