Using dreamweaver...
Can one connect via an OLE DB connection with an ODBC DSN? IE I don't have an OLE DB provider but an ODBC provider and I was wondering if you really need an OLE DB provider.
In order to use Dreamweaver's datagrid/datalist components with asp.net vb you must connect via OLE DB (for mysql) and that is why I"m asking. I only have an ODBC set up.
OLEDB and ODBC are different technologies. First, you shouldn't use an ODBC connection if at all possible. Second, DreamWeaver will let you connect using either just fine, it just won't write the code in a drag and drop method for you. Since you're working in ASP.NET, you might look at using Visual Web Developer for your coding portion of your site.
Jeff
I wanted to use Dreamweaver's Datagrid abilities...but it seems to only allow an ole db or sql connection. No option for ODBC or MySQL
0 comments:
Post a Comment