Results 1 to 5 of 5

Thread: [RESOLVED] Access2003 database

  1. #1

    Thread Starter
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Resolved [RESOLVED] Access2003 database

    I have an app that I need to add on to store data in a Master table/Child table fashion, but I need to it to be portable so I figured an Access2003 DB should be easy enough (the data isn't sensitive and security doesn't matter), the problem is how do I connect to it (We're using NetBeans 6.8) and get data in and out of the tables?

    I'm hoping to add it to the base folder of the project (it's where the binary files that the app already uses are located), then I just create the connection object and start getting/updating the data from there.

    I do this stuff in .Net all the time, but the differences between Java and .Net regarding databases is enough to have me lost right now.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  2. #2
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: Access2003 database

    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  3. #3

    Thread Starter
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: [RESOLVED] Access2003 database

    Thanks, I think I'm just going to use 2 binary files instead as that's what I actually know how to do.

    That and Win7 doesn't even have an ODBC dialog to configure the access database with, which sucks cause it'd be nice if I didn't have to do that.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  4. #4
    Arabic Poster ComputerJy's Avatar
    Join Date
    Nov 2005
    Location
    Happily misplaced
    Posts
    2,513

    Re: [RESOLVED] Access2003 database

    I'm not sure about but I think windows 7 has the ODBC option but it's not shown in the Control Panel any more, it's in the Administrative Tools I think
    "I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
    My Blog

  5. #5

    Thread Starter
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: [RESOLVED] Access2003 database

    Quote Originally Posted by ComputerJy View Post
    I'm not sure about but I think windows 7 has the ODBC option but it's not shown in the Control Panel any more, it's in the Administrative Tools I think
    It'd still be a problem because I have to be able to zip the project folder, upload it to the system then they download the zip file, extract the files then run it. No registering of anything, anywhere, it just runs straight from the folder.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

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