Computing.Net > Forums > Programming > Creating a DataBase using Excel VBA

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

Creating a DataBase using Excel VBA

Reply to Message Icon

Name: ex
Date: November 7, 2005 at 01:00:12 Pacific
OS: Win XP
CPU/Ram: 256
Comment:

Is the above possible? Lets say I wanna create a database for employees with their information, will I be able to write a programme in VBA or is there any other better solution?



Sponsored Link
Ads by Google

Response Number 1
Name: uchi
Date: November 7, 2005 at 02:15:49 Pacific
Reply:

yes, everythin is possible in this field. you have to understand how to work or acess onjects (in this case and excel spreadsheet) and be able to manipulate them. its almost the same as working with access only that there is a bit of math when it comes to accessing the rows and columns. if your project requires you to do some calculations then you can go for it but i'd suggest you just use ms acess if its only a database application.

God Reigns


0

Response Number 2
Name: StuartS
Date: November 7, 2005 at 21:19:29 Pacific
Reply:

Actually its a lot easier with Access as access is a databse application and has functions specificaly for manipulating data. not least of all SQL.

You have a choice between using DAO or ADO. DAO is simple and for a flat file databse, faster. ADO is a little more complex but is more suited if you are creating a muti-user application.

All the infoermation you need to use DAO or ADO is in the help files.

Stuart


0

Response Number 3
Name: StuartS
Date: November 7, 2005 at 21:23:32 Pacific
Reply:

Actually it is easier using Access as Access has facilities specifically for manipulating data, not least of all SQL.

You have the choice of either using DAO or ADO. With a flat file database, DAO is simpler and faster. ADO is a bit more complex and is better if you are creating a multi-user application.

All the information required to use DAO and ADO is in the help files.

Stuart


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Automatic port detection deleting old backups



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Creating a DataBase using Excel VBA

Creating a DSN using VBScript www.computing.net/answers/programming/creating-a-dsn-using-vbscript/1902.html

Writing Data to a database using ADO www.computing.net/answers/programming/writing-data-to-a-database-using-ado/2699.html

Best way to create a database www.computing.net/answers/programming/best-way-to-create-a-database/11643.html