Re: [MSEide-MSEgui-talk] database transactions

2011-12-09 Thread Martin Schreiber
On 12/08/2011 11:46 PM, nore...@z505.com wrote:
 Since mse data components seem to use transaction components all the time,
 does this mean certain setups like MyISAM in mysql need any special
 attention? Will they not work in some way? InnoDB tables in mysql support
 transactions but myisam not so.  How do mse database components deal with
 myisam, if it doesn't support transaction?

MSEgui sends the transaction commands as usual, Myisam ignores them and
uses implicit transactions instead. It is possible to switch to implicit
transactions on all databases which support it by setting
tmsesqltransaction.options tao_fake.

Martin

--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] SigSegv on TMSEFILESTREAM.create( file, fm_write)

2011-12-09 Thread IvankoB
if the file doesn't exist.
Me guess it should raise exception instead.


--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] How to check if is correct DLL function imported by the MSE DLL loader ?

2011-12-09 Thread IvankoB
The debugger shows incorrect imports.


--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] How to check if is correct DLL function imported by the MSE DLL loader ?

2011-12-09 Thread Martin Schreiber
On 12/09/2011 01:16 PM, IvankoB wrote:
 The debugger shows incorrect imports.
 
How?

Martin

--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] How to check if is correct DLL function imported by the MSE DLL loader ?

2011-12-09 Thread IvankoB
 The debugger shows incorrect imports.

 How?


Oops, it were floating hints over procedure/function type variables
in design time (when imports weren't assigned yet).


--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MySql server gone away

2011-12-09 Thread Martin Schreiber
On 12/09/2011 07:49 PM, nore...@z505.com wrote:
 When I put the database components on the form as recommended, and then
 set the active property of the query to true, the mysql server
 authenticates fine (no password problem) but then it says mysql server
 gone away.
 
 when I try to set active to true again, it just remains as false and
 won't switch to true.
 
 I have to then go into the other component and changed connected to
 false and then try setting active to true again in other component. Then
 when I set active to TRUE, it either stays as false or it gives me mysql
 gone away message.
 
 Any idea?
 
AFAIK mysql closes the connection if there is no traffic some time.
Maybe there is a connection parameter to influence the behaviour? I
don't know MySQL well, possibly Wahono knows more.

Please show the exact error message.

Martin

--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] MySql server gone away

2011-12-09 Thread noreply
How does mse database components figure out whether it is mysql 5.0 or 4.1
or 5.1 that it is connecting to, and how does it pick which dll?

I'm also thinking possibly my problem might be due to some dll problem,
lazarus says that 6.0.0 dll is installed in my system. I didn't know there
was a 6.0.0 mysql dll.

Anyway so how would mse database components figure out which database you
want to connect to.. 5.0..  4.1.. In lazarus they offer you the
TMySQL50Connection and TMySQL41Connection components and you pick which
one. Somehow mse bypasses this requirement and has a general component?

--
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk