Snargleflap
02-26-2009, 05:47 AM
I'm starting a document manager application that will be written in asp.net. The client has their own server and they don't have mssql, but they do have mysql installed, so I'll be using that.
I wanted to find out if there are any significant differences in using the 2 dbms's that I need to be aware of up front. The only remotely sophisticated feature of the app is that I'll be using a file upload and storing the file in the database rather than as separate files on the server. I've done this on mssql and it's basically a no brainer.
I have very little experience with mysql. In fact, the only thing I've ever done is pulled the most recent posts & comments from a wordpress database to display on my own page. I know the connection strings work fine, and normal select/insert logic works the same. I'm just looking to see if there's any "gotchas" I need to watch out for.
Thanks in advance.
I wanted to find out if there are any significant differences in using the 2 dbms's that I need to be aware of up front. The only remotely sophisticated feature of the app is that I'll be using a file upload and storing the file in the database rather than as separate files on the server. I've done this on mssql and it's basically a no brainer.
I have very little experience with mysql. In fact, the only thing I've ever done is pulled the most recent posts & comments from a wordpress database to display on my own page. I know the connection strings work fine, and normal select/insert logic works the same. I'm just looking to see if there's any "gotchas" I need to watch out for.
Thanks in advance.
