Re: mysql function inet_aton/inet_ntoa

2004-06-26 Thread Michael Stassen
Ron McKeever wrote: I am storing ips in a mysql 4.0.17 db as int. I am Converting them using a perl script with inet_aton to create a four-byte string. My goal: Is to return the ip as a normal dotted ip for the user to see after a select statement is done via a php web page. The ip is entered in as

mysql function inet_aton/inet_ntoa

2004-06-26 Thread Ron McKeever
I am storing ips in a mysql 4.0.17 db as int. I am Converting them using a perl script with inet_aton to create a four-byte string. My goal: Is to return the ip as a normal dotted ip for the user to see after a select statement is done via a php web page. The ip is entered in as a dotted ip on the

Re: MySQL function

2004-04-13 Thread java_nutt
> > From: "Gordon" <[EMAIL PROTECTED]> > Date: 2004/04/13 Tue PM 06:45:17 GMT > To: <[EMAIL PROTECTED]> > Subject: MySQL function > > > Has anyone out there written a Credit Card Validation routine as a > user-definable function (UDF)? > >

MySQL function

2004-04-13 Thread Gordon
Has anyone out there written a Credit Card Validation routine as a user-definable function (UDF)? We now have a requirement to collect credit card data through our Web Site. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com

Re: convert to mysql function

2003-02-26 Thread Zak Greant
On Wed, Feb 26, 2003 at 12:32:57AM -0800, DiAnNe iRiS aLeRta wrote: > i have made a simulation for horizontal aggregation in C++ but had a > hard time converting it to MySQL codes for me to create a function for > MySQL? > > how can i convert my C++ code inorder for it to be accepted and run in >

my code convert to mysql function

2003-02-26 Thread DiAnNe iRiS aLeRta
how can i convert my C++ codes to become a new function for MySQL? i am to embed a new feature for MySQL but i dont know if my code will work for mysql. i have read that embedding would mean creating a new function for mysql. MySQL is also written in C or C++ right? how can i convert my codes i

convert to mysql function

2003-02-26 Thread DiAnNe iRiS aLeRta
i have made a simulation for horizontal aggregation in C++ but had a hard time converting it to MySQL codes for me to create a function for MySQL? how can i convert my C++ code inorder for it to be accepted and run in MySQL? thanks _

MySQL function in C API

2003-01-23 Thread Karen Zheng
Dear sir, I am looking for a function which returns the column type in MySQL in C API. Is there one? I found in the document it describes the column types like: FIELD_TYPE_BLOB FIELD_TYPE_DATE FIELD_TYPE_VAR_STRING ... ... Could you please get back

Re: Suggestion on New MySQL Function

2002-08-20 Thread Gelu Gogancea
ugust 20, 2002 9:18 PM Subject: Suggestion on New MySQL Function > Through your MySQL documentation, I wasn't able to find a function that I > think could be useful. If you DELETE a row with an INT AUTO_INCREMENT field, > it will still be able to add the next highest value to this

Re: Suggestion on New MySQL Function

2002-08-20 Thread Brian Moon
To: <[EMAIL PROTECTED]> Sent: Tuesday, August 20, 2002 1:18 PM Subject: Suggestion on New MySQL Function | Through your MySQL documentation, I wasn't able to find a function that I | think could be useful. If you DELETE a row with an INT AUTO_INCREMENT field, | it will still be able to ad

Re: Suggestion on New MySQL Function

2002-08-20 Thread Benjamin Pflugmann
Hello. On Tue 2002-08-20 at 13:18:04 -0500, [EMAIL PROTECTED] wrote: > Through your MySQL documentation, I wasn't able to find a function that I > think could be useful. If you DELETE a row with an INT AUTO_INCREMENT field, > it will still be able to add the next highest value to this column on a

Suggestion on New MySQL Function

2002-08-20 Thread Scott Munday
Through your MySQL documentation, I wasn't able to find a function that I think could be useful. If you DELETE a row with an INT AUTO_INCREMENT field, it will still be able to add the next highest value to this column on an INSERT (ex. If after INSERTing rows, you DELETE a row with a value of five