|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
UPDATE and INSERT statements in Firebird
Hi,
I can't execute any UPDATE or INSERT statement using Firebird API. There are no errors or something like that. Everything is just fine but the changes in the table are not applied. How can I fix this? |
|
#2
|
|||
|
|||
|
Quote:
COMMIT ? |
|
#3
|
|||
|
|||
|
I forget to say that CREATE TABLE, DROP TABLE and SELECT statements work just fine. Transactions work also without errors.
|
|
#4
|
||||
|
||||
|
Maybe you have some errors in your SQL statement ? Can you post one of your statements here ?
Maybe you try to update something that doesn't exist ?
__________________
If i've been helpful, please add to my reputation. My unfinished site: http://www.dever.ro |
|
#5
|
|||
|
|||
|
I tried to execute these statements with isql application, which is included with Firebird and they also worked just fine.
But when I try to execute them in my program there is nothing happens. |
|
#6
|
||||
|
||||
|
Well, at least you are sure now that the error is inside your app ...
What do you use for development ? FireBird & ??? |
|
#7
|
|||
|
|||
|
The problem is solved. I found the mistake in my programm.
Thanks all for the answers. |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > UPDATE and INSERT statements in Firebird |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|