<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<blockquote><span class="moz-txt-citetags">> </span>would like to
discuss (and hopefully learn) about other things I<br>
  <span class="moz-txt-citetags">> </span>found.<br>
It always amazes me how people can have huge problems with the most<br>
simple things. It probably means that there has to be something wrong,<br>
somewhere. (Documentation?) Are you familiar with datasets in Delphi?<br>
</blockquote>
<pre wrap=""><!---->It always amazes me how sharp developers/owners/creators react to innocent, dumb and (in the light of your reaction) arrogant emails.
When will I ever learn to hit the right tone in my emails?
</pre>
<blockquote>And you are right offcourse that a InsertSQL property would
be useless<br>
without parameters. <br>
  <br>
If you want to provide your own InsertSQL (instead the one generated by<br>
sqldb) try: 'insert into table(field1,field2) values (:field1,:field2)'
  <br>
Updatesql:<br>
'update table set field=:field, field2=:field2 where<br>
(field1=:old_field1) and (field2=:old_field2)'<br>
A delete statement should be easy now.<br>
</blockquote>
IT WORKS! I definitively vote for documentation. Now, documentation is
where I can do something. I cannot add anything to the development of
TSQLQuery itself, so much is made more than clear. But, I am happy that
the component works the way I expected it to work.<br>
<br>
Thanks,<br>
Albert<br>
</body>
</html>