![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
.NET Ninja - python newb
Join Date: Apr 2008
Posts: 13
Rep Power: 0
![]() |
Packaging with a database
Hi I want to create an application that has a database and package it so that I can install it on a computer that is not networked and the database is installed locally versus a server. I am needing to hold alot of data and I dont want to use XML or Access. Can I use MS SQL or MySQL?
__________________
The way programmers percive beauty is intimately related to their ability to process and understand complexity. |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() ![]() |
Re: Packaging with a database
Yes, if the system where the application will be installed has MySQL.
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
|
Re: Packaging with a database
This is pretty much exactly what SQLite is designed for (http://www.sqlite.org/)
|
|
|
|
|
|
#4 |
|
.NET Ninja - python newb
Join Date: Apr 2008
Posts: 13
Rep Power: 0
![]() |
Re: Packaging with a database
cool thanks that looks great!!!
__________________
The way programmers percive beauty is intimately related to their ability to process and understand complexity. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Storing BLOBs in a database - problem | jonyzz | Other Programming Languages | 8 | Jan 31st, 2007 4:38 AM |
| searching an access database? | designXperts.net | Visual Basic .NET | 12 | Nov 27th, 2005 5:03 PM |
| how do i automate text data and input into database? | lionel84 | C# | 0 | Jun 26th, 2005 9:35 PM |
| Using ODBC to connect to a remote database in a C program | bigi | C++ | 1 | Mar 8th, 2005 3:19 PM |