Results 1 to 10 of 10

Thread: VB.net standard [Resolved]

  1. #1

    Thread Starter
    Lively Member flog3941's Avatar
    Join Date
    Nov 2002
    Posts
    123

    VB.net standard [Resolved]

    I bought vb.net standard. I tried to open a .dbf file and it says I cant because "Tihs version of Visual Studio Can't Open this Type of DatabaseFile"! Whats the deal with that? I have to buy Visual Studio Proffesional just to open certain files?
    Last edited by flog3941; Mar 21st, 2003 at 11:11 AM.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    Umm of course not. Vb/VS is adevelopment IDE, not a database app. You cant expect it to open any and every database format. It may support Microsoft's mdb's but that is probably all.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277

    Post

    I have VS.NET Enterprise and i don't have the ability to open .DBF files (there is no association in my File Types).

    You might need a specific program to open those files: DBF Opener

    If you have SS2K installed, you can always use DTS to import the data into a different database.
    ~Peter


  4. #4

    Thread Starter
    Lively Member flog3941's Avatar
    Join Date
    Nov 2002
    Posts
    123
    Well how do I open and access a .dbf database through an app that I wrote?
    Last edited by flog3941; Mar 19th, 2003 at 04:50 PM.

  5. #5
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277
    Have you looked on ConnectionStrings.com ??

    I've personally never used a .DBF database. I don't even know who made it!
    ~Peter


  6. #6

    Thread Starter
    Lively Member flog3941's Avatar
    Join Date
    Nov 2002
    Posts
    123
    Its a database for the App. "Act 2000"

  7. #7
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    odbc connection to dbf information here

    http://www.able-consulting.com/MDAC/...DriverForDBASE
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  8. #8

    Thread Starter
    Lively Member flog3941's Avatar
    Join Date
    Nov 2002
    Posts
    123
    I guess I still dont understand? Can I or can't I access and edit data from a .dbf using a data adapter like I would to access a .mdb database??

    I have Vb.net Standard if that make any difference

  9. #9
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277

    Unhappy

    I just did a search on Google for a DBF connection string and i saw many good results. Take a look and some of the results that URL gives you.

    Sorry, but i've never worked with DBF files.
    ~Peter


  10. #10

    Thread Starter
    Lively Member flog3941's Avatar
    Join Date
    Nov 2002
    Posts
    123
    Thanks Ill take a look at them

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