Results 1 to 10 of 10

Thread: Genereal Question about database

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Posts
    100

    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?

  2. #2
    Frenzied Member d3gerald's Avatar
    Join Date
    Jan 2006
    Posts
    1,348

    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

  3. #3
    VB Guru ganeshmoorthy's Avatar
    Join Date
    Dec 2005
    Location
    Sharjah, United Arab Emirates
    Posts
    3,031

    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.


  4. #4

    Thread Starter
    Lively Member
    Join Date
    Mar 2006
    Posts
    100

    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.

  5. #5
    VB Guru ganeshmoorthy's Avatar
    Join Date
    Dec 2005
    Location
    Sharjah, United Arab Emirates
    Posts
    3,031

    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.


  6. #6
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: Genereal Question about database

    Quote 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

  7. #7
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: Genereal Question about database

    Quote 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

  8. #8
    VB Guru ganeshmoorthy's Avatar
    Join Date
    Dec 2005
    Location
    Sharjah, United Arab Emirates
    Posts
    3,031

    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.


  9. #9
    PowerPoster
    Join Date
    Apr 2005
    Location
    Debug.Print
    Posts
    3,885

    Re: Genereal Question about database

    Quote 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.

  10. #10
    VB Guru ganeshmoorthy's Avatar
    Join Date
    Dec 2005
    Location
    Sharjah, United Arab Emirates
    Posts
    3,031

    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
  •  



Click Here to Expand Forum to Full Width