Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
SQL Trigger
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- SQL Trigger
SQL Trigger
12-08-2007 7:55 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hello,
I'm having trouble creating an SQL Trigger statement. Does Plus net support Triggers?
The code I am attempting to use is:
CREATE TRIGGER first-trigger AFTER INSERT
and it always results with the following error:
ERROR 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TRIGGER first_trigger AFTER INSERT' at
Has anyone else experienced, or know the solution, to such a problem?
Any help would be most appreciated.
Thanks in advance,
Logical
I'm having trouble creating an SQL Trigger statement. Does Plus net support Triggers?
The code I am attempting to use is:
CREATE TRIGGER first-trigger AFTER INSERT
and it always results with the following error:
ERROR 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TRIGGER first_trigger AFTER INSERT' at
Has anyone else experienced, or know the solution, to such a problem?
Any help would be most appreciated.
Thanks in advance,
Logical
Message 1 of 5
(2,703 Views)
4 REPLIES 4
Re: SQL Trigger
12-08-2007 8:02 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Triggers are only available in MySQL 5+
Humbug and Rumpus both have 4.1 (I believe!)
Barry
Humbug and Rumpus both have 4.1 (I believe!)
Barry
Message 2 of 5
(778 Views)
Re: SQL Trigger
13-08-2007 12:02 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Yep, that is correct.
PN are planning to upgrade the MySQL servers in the not to distant future to the latest MySQL 5 version.
PN are planning to upgrade the MySQL servers in the not to distant future to the latest MySQL 5 version.
Message 3 of 5
(778 Views)
Re: SQL Trigger
16-08-2007 9:07 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Peter Yep, that is correct.
PN are planning to upgrade the MySQL servers in the not to distant future to the latest MySQL 5 version.
That's disapointing. When is this expected to be implemented by?
Message 4 of 5
(778 Views)
Re: SQL Trigger
17-08-2007 9:07 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Unfortunately we don't have a set time for this yet, the project hasn't kicked off. We should have more information in the coming weeks.
Former Plusnet Staff member. Posts after 31st Jan 2020 are not on behalf of Plusnet.
Message 5 of 5
(778 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page