Subject | Re: [firebird-support] deadlock |
---|---|
Author | Tiberiu Horvath |
Post date | 2005-08-12T12:52:20Z |
Yes sir, I do !
object documente: TIBDataSet
Database = database
Transaction = trans
ForcedRefresh = True
BufferChunks = 1000
CachedUpdates = False
DeleteSQL.Strings = (..')
InsertSQL.Strings = (..')
RefreshSQL.Strings = (..
SelectSQL.Strings = (..
'select * from DOCUMENTE order by id_documente')
ModifySQL.Strings = (..
GeneratorField.Field = 'ID_DOCUMENTE'
GeneratorField.Generator = 'ID_DOCUMENTE_GEN'
Left = 16
Top = 392
end
object miscare: TIBDataSet
Database = database
Transaction = trans
ForcedRefresh = True
BufferChunks = 1000
CachedUpdates = False
DeleteSQL.Strings = (..
InsertSQL.Strings = (..
RefreshSQL.Strings = (..
SelectSQL.Strings = (..
ModifySQL.Strings = (..
GeneratorField.Field = 'ID_MISCARE'
GeneratorField.Generator = 'ID_MISCARE_GEN'
Left = 280
Top = 240
end
Tiberiu
Make sure you commit all your changes and/or use the same
transaction for all "save" actions.
With regards,
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
Server
Upscene Productions
http://www.upscene.com
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Visit http://firebird.sourceforge.net and click the Resources item
on the main (top) menu. Try Knowledgebase and FAQ links !
Also search the knowledgebases at http://www.ibphoenix.com
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
---------------------------------
YAHOO! GROUPS LINKS
Visit your group "firebird-support" on the web.
To unsubscribe from this group, send an email to:
firebird-support-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[Non-text portions of this message have been removed]
object documente: TIBDataSet
Database = database
Transaction = trans
ForcedRefresh = True
BufferChunks = 1000
CachedUpdates = False
DeleteSQL.Strings = (..')
InsertSQL.Strings = (..')
RefreshSQL.Strings = (..
SelectSQL.Strings = (..
'select * from DOCUMENTE order by id_documente')
ModifySQL.Strings = (..
GeneratorField.Field = 'ID_DOCUMENTE'
GeneratorField.Generator = 'ID_DOCUMENTE_GEN'
Left = 16
Top = 392
end
object miscare: TIBDataSet
Database = database
Transaction = trans
ForcedRefresh = True
BufferChunks = 1000
CachedUpdates = False
DeleteSQL.Strings = (..
InsertSQL.Strings = (..
RefreshSQL.Strings = (..
SelectSQL.Strings = (..
ModifySQL.Strings = (..
GeneratorField.Field = 'ID_MISCARE'
GeneratorField.Generator = 'ID_MISCARE_GEN'
Left = 280
Top = 240
end
Tiberiu
Make sure you commit all your changes and/or use the same
transaction for all "save" actions.
With regards,
Martijn Tonies
Database Workbench - tool for InterBase, Firebird, MySQL, Oracle & MS SQL
Server
Upscene Productions
http://www.upscene.com
Database development questions? Check the forum!
http://www.databasedevelopmentforum.com
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Visit http://firebird.sourceforge.net and click the Resources item
on the main (top) menu. Try Knowledgebase and FAQ links !
Also search the knowledgebases at http://www.ibphoenix.com
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
---------------------------------
YAHOO! GROUPS LINKS
Visit your group "firebird-support" on the web.
To unsubscribe from this group, send an email to:
firebird-support-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[Non-text portions of this message have been removed]