IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New VB and MySQL
Oddly enough there is a web site devoted to both:

[link|http://www.vbmysql.com/|http://www.vbmysql.com/]

Interesting to me, as I want to find an alternative to Access and SQL Server/MSDE that can be used in VB products.



"Lady I only speak two languages, English and Bad English!" - Corbin Dallas "The Fifth Element"

New Re: VB and MySQL
Anyone here who knows (not me) will tell you that postgres is superior to MySQL. There's your alternative.

-drl
New Postgres
Great but I cannot find a Win32 Native port of Postgres that does not require Cygwin or something to run it in.

I suppose I could install Cygwin, but it would require anyone running the VB program to install it to get the VB program to work. Also if I used MySQL they would have to download and install MySQL as I cannot redistribute that either. I think I have to buy a MySQL license to make closed apps that access it, as VB apps cannot be open sourced according to MS's EULA.



"Lady I only speak two languages, English and Bad English!" - Corbin Dallas "The Fifth Element"

New Re: Postgres
You've got 891 legacy machines, set up a Linux database server. I guarantee you Win32 databases are as good as dead.
-drl
New Depends on who the target of the program is
if it is a single user, with one machine. It cannot be a Linux server too. If it is a small business, a Linux server can be set up for them.



"Lady I only speak two languages, English and Bad English!" - Corbin Dallas "The Fifth Element"

New Re: Depends on who the target of the program is
In any real world scenario, even for a small business, if a real database is needed it will live on its own machine.
-drl
New ? Um, don't think so.
deSitter pontificates:

I guarantee you Win32 databases are as good as dead.

MS Sql Server is hardly "as good as dead".
bcnu,
Mikem

I don't do third world languages. So no, I don't do Java.
New The superiority is a function of what you're trying to do
MySQL is fast, very fast. MySQL is easy, very easy to set up.

However, the last I checked, it didn't have stored procedures, referential integrity, transaction processing, etc.... Though MySQL has stated that they are leaning in that direction.

I more valid comparison would be that MySQL is to PostgreSQL, as MSAccess is to SQLServer. In the MS world, there are times to use Access and times to use SQLServer.
New A possibly more appropriate alternative for you
[link|http://www.ag-software.com/sqlite.aspx|http://www.ag-software.com/sqlite.aspx]

Its database is even worse than Microsoft Access, but it is free, setup is loads easier (even easier than MySQL), it doesn't require configuring a database server etc, and it can be stuck in proprietary products without worrying about license issues.

Cheers,
Ben
"good ideas and bad code build communities, the other three combinations do not"
- [link|http://archives.real-time.com/pipermail/cocoon-devel/2000-October/003023.html|Stefano Mazzocchi]
New Thanks I will research it
I had an idea to create VB apps with a UDL file that can be set to access a certain different types of databases. Then create SQL code for each database and access them via Case statements to select the right SQL query to use. Store the type of database used in a global variable and use that to select the connection, the SQL statements, cursors used, etc. That way the user can start out with one database, migrate to another, set a switch and change a UDL file and start using a more powerful database. I might even put in code to do the migration for them. :)



"Lady I only speak two languages, English and Bad English!" - Corbin Dallas "The Fifth Element"

New <SIGH>...
[link|http://firebird.sourceforge.net/|http://firebird.sourceforge.net/]


   [link|mailto:MyUserId@MyISP.CountryCode|Christian R. Conrad]
(I live in Finland, and my e-mail in-box is at the Saunalahti company.)
You know you're doing good work when you get flamed by an idiot. -- [link|http://www.theregister.co.uk/content/35/34218.html|Andrew Wittbrodt]
New Downloading it now
I was hoping for finding a resource on the web that talked about VB and the database like VBMYSQL.COM did. But now it seems like I have several databases to learn and use. :)

1.5 RC being downloaded. Hope it has good documentation and an ODBC driver. I may need the ODBC driver to synch databases with MobileVB and Hand Held devices like PalmOS, Windows CE, and Ericsson phones. MobileVB can synch with a database provided it has an ODBC driver on the host PC.



"Lady I only speak two languages, English and Bad English!" - Corbin Dallas "The Fifth Element"

     VB and MySQL - (orion) - (11)
         Re: VB and MySQL - (deSitter) - (6)
             Postgres - (orion) - (4)
                 Re: Postgres - (deSitter) - (3)
                     Depends on who the target of the program is - (orion) - (1)
                         Re: Depends on who the target of the program is - (deSitter)
                     ? Um, don't think so. - (mmoffitt)
             The superiority is a function of what you're trying to do - (ChrisR)
         A possibly more appropriate alternative for you - (ben_tilly) - (1)
             Thanks I will research it - (orion)
         <SIGH>... - (CRConrad) - (1)
             Downloading it now - (orion)

My other car isn't worth talking about.
76 ms