borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (help! datagrid problem.)Next Topic (VB .Net Query Database) New Topic New Poll Post Reply
AndreaVB Forum : Database : MDB
Poster Message
hitech_huzefa
Level: Scholar

Registered: 23-06-2005
Posts: 40

icon MDB

Can any one tell me how to convert the MDB to TextFile and Textfile to MDB?

06-09-2006 at 05:34 AM
View Profile Send Email to User Show All Posts | Quote Reply
yronium
Level: Moderator


Registered: 14-04-2002
Posts: 907
icon Re: MDB

Mmmmhhh, I wonder if you can...

____________________________
Real Programmer can count up to 1024 on his fingers

07-09-2006 at 10:26 PM
View Profile Send Email to User Show All Posts | Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 891
icon Re: MDB

Hi,
The MDB is a heavily structured file, you can export text from it, and import text into it, but as far as I know, no-one has (bothered) to crack the file format.
Kieron


____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)

08-09-2006 at 09:51 AM
View Profile Send Email to User Show All Posts | Quote Reply
JLRodgers
Level: Moderator

Registered: 04-04-2002
Posts: 1617
icon Re: MDB

It can be "converted" as in you write a program to open up every single table, export the info to a file; or open up a file, and insert it into a database.... but otherwise, a "convert" thing isn't exactly possible I wouldn't think. (other than the export/import)

____________________________
Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)

09-09-2006 at 04:10 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
hitech_huzefa
Level: Scholar

Registered: 23-06-2005
Posts: 40
icon Re: MDB

Ok! if somebody can tell me how to import and export the MDB into a file and vice versa.

11-09-2006 at 04:50 AM
View Profile Send Email to User Show All Posts | Quote Reply
shahidmojid
Level: Professor

Registered: 09-05-2002
Posts: 85
icon Re: MDB

OK... here it is

How to export data from MS-excel to other program or format:

Open MS-Access program => open your .MDB file.
Select a table (click on a table)
File => Export
Type file name
Change SAVE AS TYPE (either text or anything you want)
click EXPORT

regards,


shahid mojid

15-09-2006 at 11:31 AM
View Profile Send Email to User Show All Posts | Quote Reply
shahidmojid
Level: Professor

Registered: 09-05-2002
Posts: 85
icon Re: MDB

Opps... sorry to write how to import data from text files to Access file. Here it is:

1. Open MS-Access program
2. Open a database file where you want to get your data
3. File => Get External Data => Import =>
    select location
    Change FILES OF TYPES
    Select the file and click IMPORT

Wish you all the best

Shahid    

15-09-2006 at 11:40 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Database : MDB
Previous Topic (help! datagrid problem.)Next Topic (VB .Net Query Database) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder