Thanks misio,
it works.
/Alf
Search found 5 matches
- 24.03.2006, 21:03
- Forum: MySQL
- Topic: Help me understand this...
- Replies: 4
- Views: 1787
- 24.03.2006, 07:22
- Forum: MySQL
- Topic: Help me understand this...
- Replies: 4
- Views: 1787
Thanks Mark, your help was very valuable. I have altered my code and now it works well. ........................................................ with Form1 do begin ZQuery1.SQL.Clear; ZQuery1.Close; with ZQuery1.SQL do begin add('insert into MySpatial (EType, Layer, Color, LineType, LTScale, Thickne...
- 23.03.2006, 20:56
- Forum: MySQL
- Topic: Help me understand this...
- Replies: 4
- Views: 1787
Help me understand this...
I'm testing the spatial possibilties in MySQL. For this purpose I have defined a table as follows: ................................................................................................. CREATE TABLE `myspatial` ( `ETYPE` varchar(15) default NULL, `LAYER` varchar(100) default NULL, `COLOR`...
- 09.03.2006, 09:45
- Forum: MySQL
- Topic: MySQL5 - Stored procedures
- Replies: 17
- Views: 8565
- 09.03.2006, 09:14
- Forum: MySQL
- Topic: MySQL5 - Stored procedures
- Replies: 17
- Views: 8565
MySQL5 - Stored procedures
Is it possible to use the new features in MySQL5 eg Stored Procedures, Triggers and so on? If I use a common "SELECT-statement" I get a proper answer from MySQL, but if I call a Stored Procedure containing the same query I get the following: "SQL Error: Procedure db5.p1 can't return a...