9 messages in com.mysql.lists.plusplusProblem with sql_create structure| From | Sent On | Attachments |
|---|---|---|
| Anders Axelsson | 29 Apr 2002 03:00 | |
| Xavier Décoret | 29 Apr 2002 03:46 | |
| Udo Kolm | 29 Apr 2002 04:32 | |
| Mingoto | 29 Apr 2002 08:28 | |
| vijay dhingra | 29 Apr 2002 09:21 | |
| IVAN YANG | 29 Apr 2002 09:40 | |
| Nathan Smith | 29 Apr 2002 11:32 | |
| alex | 30 Apr 2002 01:14 | |
| Vipu...@provident.co.uk | 30 Apr 2002 03:16 |
| Subject: | Problem with sql_create structure![]() |
|---|---|
| From: | Anders Axelsson (Ande...@tellustalk.com) |
| Date: | 04/29/2002 03:00:15 AM |
| List: | com.mysql.lists.plusplus |
Hi.
Be a little nice, it's my first question, and i have read all the faq's and have
tried not to make it a stupid one.
I'm writing a little program that will update a databasetable (with information
regarding my mp3-files).
The full source is avaliable @http://www.solace.mh.se/~axelsonic/ashe/list.5.cpp
Be nice, ok. I'm no pro when it comes to programmign...
The problem i have is the following.
The following works: sql_create_11(Test_2,1,11, string, Songname, string,
Artist, string, Album, int, Year, string, Comment, string, Genre, int,
Size, int, Length, string, Stereo, int, Sample, int, Kbps)
This, does NOT work : sql_create_13(Test_2,1,13, string, Songname, string,
Artist, string, Album, int, Year, string, Comment, string, Genre, int,
Size, int, Length, string, Stereo, int, Sample, int, Kbps, char,
Path, char, Filename )
Can anyone give me a little help here ?
I'm using mysql Ver 11.12 Distrib 3.23.33, for pc-linux-gnu (i686) and Mysq++ v
1.7.9
Compiler is : /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version
egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)
Regards /Anders




