|
-
Mar 29th, 2006, 11:30 PM
#1
Thread Starter
Lively Member
Genereal Question about database
i want ro connect my vb programe with a database.Can i use mysql for doing so?Whitch one do u think is better fot me to use?
-
Mar 29th, 2006, 11:58 PM
#2
Frenzied Member
Re: Genereal Question about database
you can use any database you want as long as it suits your preference.
On error goto Trap
Trap:
in case of emergency, drop the case...
****************************************
If this post has been resolved. Please mark it as "Resolved" by going through the "Thread Tools" above and clicking on the "Mark Thread Resolved " option. if a post is helpful to you, Please Rate it by clicking on the Rate link right below the avatar
-
Mar 30th, 2006, 12:00 AM
#3
Re: Genereal Question about database
what kind of app you are developing and what are the things you are looking in a database...mysql is not a bad choice...
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
-
Mar 30th, 2006, 11:14 PM
#4
Thread Starter
Lively Member
Re: Genereal Question about database
thx guys
i am developing a dynamic map generator.i have to save all the things i add to the picture and be able to change them afterwards.
-
Mar 30th, 2006, 11:41 PM
#5
Re: Genereal Question about database
it seems your database will have lots of data, if the volume is more and you want that to be in the network then i suggest you go for sql.
if not high volume data then go for access.
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
-
Mar 30th, 2006, 11:42 PM
#6
PowerPoster
Re: Genereal Question about database
 Originally Posted by panais
thx guys
i am developing a dynamic map generator.i have to save all the things i add to the picture and be able to change them afterwards.
if you save the images to the mysql db then the field type in the db should be BLOB
-
Mar 30th, 2006, 11:44 PM
#7
PowerPoster
Re: Genereal Question about database
 Originally Posted by ganeshmoorthy
it seems your database will have lots of data, if the volume is more and you want that to be in the network then i suggest you go for sql.
if not high volume data then go for access.
if the user is working with images, i wouldnt suggest access because of its 2gb limit
-
Mar 30th, 2006, 11:47 PM
#8
Re: Genereal Question about database
sql's capacity can be increased to any limit
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
-
Mar 31st, 2006, 12:08 AM
#9
PowerPoster
Re: Genereal Question about database
 Originally Posted by ganeshmoorthy
sql's capacity can be increased to any limit
access has a total storage capasity of 2gb. when it comes to any other db, it depends on how much space is available on the computer that the db is stored on. so in reality, everthing has a limit.
-
Mar 31st, 2006, 01:02 AM
#10
Re: Genereal Question about database
if not high volume data then go for access.
access has a total storage capasity of 2gb. when it comes to any other db, it depends on how much space is available on the computer that the db is stored on. so in reality, everthing has a limit.
......
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|