Re: FP2003 & Databases: MSDE, MYSQL, SQL
From: Kevin Spencer (kevin_at_takempis.com)
Date: 03/10/04
- Next message: Kevin Spencer: "Re: working with dropdown box"
- Previous message: brian: "extentions"
- In reply to: Jon: "Re: FP2003 & Databases: MSDE, MYSQL, SQL"
- Next in thread: Jim Clouse: "Re: FP2003 & Databases: MSDE, MYSQL, SQL"
- Reply: Jim Clouse: "Re: FP2003 & Databases: MSDE, MYSQL, SQL"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 10 Mar 2004 10:25:10 -0500
In addition, I might mention that MySql certainly IS supported by
FrontPage, as well as all other ODBC-compliant or OLE DB-complaint
databases.
-- HTH, Kevin Spencer .Net Developer Microsoft MVP Big things are made up of lots of little things. "Jon" <js@roksteady.net> wrote in message news:#1tkGrqBEHA.2404@TK2MSFTNGP11.phx.gbl... > Hi Jim, > you know MSDE will be throttled when you have more than 5 connections - > wether this is acceptable to you obviously depends on your app > > The easiest way to get a .csv file into sql server is to use bulk insert (I > assume this would work on MSDE too, no idea about mysql) All you need to do > is choose your row and column delimiters. So if you had commas delimiting > columns and new line > delimiting rows you could do something like this > > BULK INSERT YourTable > FROM 'c:\file.csv' > WITH > ( > FIELDTERMINATOR = ',', > ROWTERMINATOR = '\n' > ) > > Run it and your data's in - it's that simple. > > Unless you're hosting yourself you should only need to purchase the > developer edition of sql server which is only $49.95, it's that cheap > because you can't use in production. If you're hosting yourself the cost of > sql server may well be prohibitive - cerainly into the thousands of pounds - > an alternative in this scenario might be to sign up with a host just for sql > server. From your post it doesn't sound to me as though MSDE is going to > much use to you. I can give you plenty of info regarding sql server but > nothing about mysql - you might want to ask this same question in a mysql > newsgroup to get some decent opinions about that product. > > Jon > Microsoft MVP - FP > > > > Jim Clouse wrote: > > I am using FP2003 to build XML database-driven websites. What I need > > is help getting our raw datasource information (which unfortunately > > is .csv files) into MSDE. These .csv datafiles are updated daily and > > I want to update the MSDE dynamically daily. > > > > One method would be to convert these .csv files into MSDE directly. > > Does anyone know the best & simplest way to do this? > > > > Another method would be to convert the .csv files first into MYSQL > > (which is not supported in FP2003) and then convert that file into > > MSDE. Does anyone know the best & simplest way to do this? Is there > > a way to link this MYSQL database into MSDE? > > > > Or am I best served by going ahead and purchasing SQL, especially > > given the limitations of MSDE's with the number of concurrent users > > > > Any assitance you can give me on how to most efficiently do this > > would be greatly appreciated. > > > > Thanks! > > > > JWC > >
- Next message: Kevin Spencer: "Re: working with dropdown box"
- Previous message: brian: "extentions"
- In reply to: Jon: "Re: FP2003 & Databases: MSDE, MYSQL, SQL"
- Next in thread: Jim Clouse: "Re: FP2003 & Databases: MSDE, MYSQL, SQL"
- Reply: Jim Clouse: "Re: FP2003 & Databases: MSDE, MYSQL, SQL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|