Re: IIS, ASP, MySQL (was: database pooling problem)

2005-04-06 Thread Florin Andrei
On Wed, 2005-04-06 at 09:55 -0500, Robert Citek wrote: > > Is using MyODBC the accepted way to connect to a MySQL database from > within an ASP/VBScript page? Or is there some other way? For example, > PHP has a connector that can directly connect to a MySQL database. I believe it's the only

Re: IIS, ASP, MySQL (was: database pooling problem)

2005-04-06 Thread SGreen
Robert Citek <[EMAIL PROTECTED]> wrote on 04/06/2005 10:55:07 AM: > > On Monday, Mar 7, 2005, at 16:04 US/Central, [EMAIL PROTECTED] wrote: > > It would be happy to try to help if I worked in or on either of those > > platforms (Apache + Java). I am Win32(IIS), ASP (VBScript/JavaScript) > > usi

IIS, ASP, MySQL (was: database pooling problem)

2005-04-06 Thread Robert Citek
On Monday, Mar 7, 2005, at 16:04 US/Central, [EMAIL PROTECTED] wrote: It would be happy to try to help if I worked in or on either of those platforms (Apache + Java). I am Win32(IIS), ASP (VBScript/JavaScript) using MyODBC as my connection library. Is using MyODBC the accepted way to connect to a

ASP/MYSQL

2002-11-04 Thread asp52
Hello members, I'm new to mysql and need to conect to from ASP pages. I have written the following code in ASP script <% dim email,objrs,strsql,strconn email=Request.Form ("email") strconn = "DSN=ebyte" strsql="select * from log where email=('" & email & "');" set objrs=server.CreateObject (

Re: Blobs+ASP+MySQL

2002-04-27 Thread Mark Stringham
Why store the pic in the DB? I know there is an ASP upload utility avaliable. Try www.asp101.com or www.hotscripts.com HTH Mark -Original Message- From: Zill-e-Hassan <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, April 25, 2002 1:48 PM Subjec

RE: Blobs+ASP+MySQL

2002-04-25 Thread [EMAIL PROTECTED]
e application written in Delphi/Kylix using our components (http://www.scibit.com/MySQLComponents). Kind Regards SciBit MySQL Team > -Original Message- > From: "Zill-e-Hassan" <[EMAIL PROTECTED]> > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > C

RE: Blobs+ASP+MySQL

2002-04-25 Thread Andrew Hazen
-Hassan [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 4:02 PM To: [EMAIL PROTECTED] Subject: Blobs+ASP+MySQL Dear All I have been trying to find out if there is a way of actually storing pictures as Blobs in MySql . Eventually i want to upload and download pictures to/from the database

Blobs+ASP+MySQL

2002-04-25 Thread Zill-e-Hassan
Dear All I have been trying to find out if there is a way of actually storing pictures as Blobs in MySql . Eventually i want to upload and download pictures to/from the database through the use of ASP. I would also welcome any suggestions that you guys may have regarding how to upload the image f

RE: help with asp/mysql

2002-04-08 Thread sean . odonnell
L PROTECTED] Subject: help with asp/mysql this is driving me mental, I'm using asp and mysql, I'm running a query and getting back these two records when running the query manually through mysqlfront , productid 5325301445 5325301446 when the page executes the query i get back a singl

help with asp/mysql

2002-04-08 Thread sean . odonnell
this is driving me mental, I'm using asp and mysql, I'm running a query and getting back these two records when running the query manually through mysqlfront , productid 5325301445 5325301446 when the page executes the query i get back a single result 1030334149 which doesnt actually exist in

Re: Problem with ASP + mySQL

2001-12-04 Thread ST Ooi
D]> Sent: Wednesday, December 05, 2001 5:39 AM Subject: Problem with ASP + mySQL > Dear all, > > I am having the following problem with ASP + mySQL > Actually, when executing the following Query: > SELECT Min(Col1), Col2 FROM Table1 GROUP BY Col2 > > I get an empty recordSe

Problem with ASP + mySQL

2001-12-04 Thread Jimmy44 --
Dear all, I am having the following problem with ASP + mySQL Actually, when executing the following Query: SELECT Min(Col1), Col2 FROM Table1 GROUP BY Col2 I get an empty recordSet, while executing the following query doesn't return an empty recordSet: SELECT Col1,Col FROM Table1 GROUP BY

recordset - sequence error (asp-mysql)

2001-10-03 Thread Dirk Vermeer
Hi all, I created a table like this create table t_table ( id INTEGER PRIMARY KEY NOT NULL AUTO_INCREMENT , name TEXT NOT NULL, description TEXT ); the table contains some records but the description fields defaults to null for all the records allready entered In asp (iis5) I loop

RE: ASP & MySQL

2001-09-10 Thread Dipl.-Inf. Guus Leeuw jr.
> -Original Message- > From: L_U_I_Z [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 10, 2001 9:08 PM > To: [EMAIL PROTECTED] > > I'm developing an application and I have to choose a good database > server. I guess that's not the only choice... > I'm considering MS SQL

RE: ASP & MySQL

2001-09-10 Thread Dave Carter
I use ASP and mySQL. I love it! Dave Carter Chief Web Architect Accelerated Business Technologies, Inc. http://www.abti.net 717.464.2970 -Original Message- From: L_U_I_Z [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 4:08 PM To: [EMAIL PROTECTED] Subject: ASP & MySQL

RE: ASP & MySQL

2001-09-10 Thread Ralof
I usually use MySQL with MyODBC, then it is just like any other database, but faster :) Stefan > -Original Message- > From: L_U_I_Z [mailto:[EMAIL PROTECTED]] > Sent: den 10 september 2001 22:08 > To: [EMAIL PROTECTED] > Subject: ASP & MySQL > > > I'

Re: ASP & MySQL

2001-09-10 Thread Webmaster
YES!!! I use ASP and MySQL... Works Great (Win2K, IIS5.0) John (www.smalltownworld.com) - Original Message - From: "L_U_I_Z" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 2:08 PM Subject: ASP & MySQL > I'm devel

ASP & MySQL

2001-09-10 Thread L_U_I_Z
I'm developing an application and I have to choose a good database server. I'm considering MS SQL Server and MySQL. I haven't heard very much about MySQL, but from I've read on the web I think MySQL is Unix/Linux orientated and works well with PHP. I'm going to use a NT platform, wi

RE: problem regarding ASP+MySQL in NT with IIS (web server)

2001-05-18 Thread Dave Carter
ss Technologies, Inc. http://www.abti.cc 717.464.2970 -Original Message- From: ASHUTOSH SHARMA [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 7:51 AM To: [EMAIL PROTECTED] Subject: problem regarding ASP+MySQL in NT with IIS (web server) respected sir, i have a problem regarding conn

RE: problem regarding ASP+MySQL in NT with IIS (web server)

2001-05-18 Thread Jacques Venter
HUTOSH SHARMA [mailto:[EMAIL PROTECTED]] > Sent: 18 May 2001 13:51 > To: [EMAIL PROTECTED] > Subject: problem regarding ASP+MySQL in NT with IIS (web server) > > > respected sir, > i have a problem regarding connectivity between ASP and mysql. > will it possible to connect asp

problem regarding ASP+MySQL in NT with IIS (web server)

2001-05-18 Thread ASHUTOSH SHARMA
respected sir, i have a problem regarding connectivity between ASP and mysql. will it possible to connect asp with mysql if yes then how we can do it will it need any driver if yes then from where we get that driver .. will i get some tutoril in this matter... thanking you ashutosh

ASP <==> MySQL

2001-03-19 Thread Roy Wasse
Hello, I wondered if MySQL is capable of being accesed by an ASP script? tnx!