Converting MySQL tablse to ASP.NET tables.

M

Mr. R

Hi

I have a very large filewith data gathered from a homepage where I used PHP
scripting and MySQL. I would like to convert the table data to the database
I have in my ASP.NET Project which is a SQL Database to.

Any suggestions is aprecheated

Lars
 
C

Cowboy \(Gregory A. Beamer\)

If you can find a driver or provider, you can import into SQL Express
(free). Or you can use a MySQL Provider in ASP.NET. Of the two, I would
personally choose SQL Express, but I use the features that MySQL does not
have, so you have to decide.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
 
B

bruce barker

i'd install mysql and use sqlserver's import. or you could create a php
webservice and use sqlservers ssis package or brokerage services to do the
import.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top