Re: [Lazarus] Need some help with UpdateSQL in TSQLQuery and TMySQL50Connection

2008-08-30 Thread Howard Lee Harkness
You are correct, I missed that one completely. On Sat, Aug 30, 2008 at 12:06 AM, Jesus Reyes <[EMAIL PROTECTED]> wrote: > > > > --- El jue 28-ago-08, Howard Lee Harkness <[EMAIL PROTECTED]> > escribió: > > > De:: Howard Lee Harkness <[EMAIL PROTECTED]>

Re: [Lazarus] Need some help with UpdateSQL in TSQLQuery and TMySQL50Connection

2008-08-29 Thread Howard Lee Harkness
m (and the program I was trying to write should have been REALLY trivial), and I didn't have access to a copy of Delphi (too expensive for a one-off side project, anyway). -- Howard Lee Harkness www.celtic-fiddler.com ___ Lazarus mailing list Laza

Re: [Lazarus] Need some help with UpdateSQL in TSQLQuery and TMySQL50Connection

2008-08-28 Thread Howard Lee Harkness
TED]> wrote: > Op zaterdag 21-06-2008 om 14:04 uur [tijdzone -0500], schreef Howard Lee > Harkness: > > On Thu, Jun 19, 2008 at 8:22 AM, Joost van der Sluis <[EMAIL PROTECTED]> > > wrote: > > Op zaterdag 14-06-2008 om 16:06 uur [tijdzone -0500],

Re: [Lazarus] Kylix

2008-08-07 Thread Howard Lee Harkness
> > > > > > > -- > Fond Regards, > Peter Eric (aka 'pew') WILLIAMS > > My free website is: > http://pewtas.googlepages.com (or) http://tinyurl.com/yuyejs > > (please visit my free website and let me know what you think about it.) > _

Re: [Lazarus] [Fwd: Re: DisplayFormat property of dbgrid?]

2008-07-19 Thread Howard Lee Harkness
Just went looking for the Zeos components. Found a collection on SourceForge that was over 8 years old. I went to the Zeos forum, and found mention of a 'beta' that was nearly 2 years old. Is there a Zeos library that is actually current? If so, where do I find it? -- Howard Le

Re: [Lazarus] [Fwd: Re: DisplayFormat property of dbgrid?]

2008-07-19 Thread Howard Lee Harkness
ecome > available to all other users worldwide > I already have Chinese provinces in Chinese! > Thanks to US policy I have fairly complete lists on US postcodes & > Cities but limited for other countries at the moment > Sounds like your project is substantially more ambitious than mine. -- Howard Lee Harkness ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] DisplayFormat property of dbgrid?

2008-07-18 Thread Howard Lee Harkness
edit. Most of that time was spent figuring out the differences between MySQL and PostgreSQL. I ended up installing PostgreSQL about 5 times -- apparently if you don't just accept all of the defaults for account names, you can't get to anything in the database from Lazarus. -- Howa

Re: [Lazarus] Advice about creating database-aware application with Lazarus

2008-06-23 Thread Howard Lee Harkness
That is on my list of things to try as soon as I have the time. On Mon, Jun 23, 2008 at 1:59 AM, Luca Olivetti <[EMAIL PROTECTED]> wrote: > En/na Howard Lee Harkness ha escrit: > > > What I REALLY wanted was to be able to drop some components on a form > > (connection, q

Re: [Lazarus] Advice about creating database-aware application with Lazarus

2008-06-22 Thread Howard Lee Harkness
un on XP. On Sun, Jun 22, 2008 at 6:52 PM, John <[EMAIL PROTECTED]> wrote: > Howard Lee Harkness wrote: > > Hmmm... looks like TDBF doesn't have any way to load my tables without > > writing yet another program. And dBase tables? I think I will check > > out SQLite f

Re: [Lazarus] [lazarus] Advice about creating database-aware application with Lazarus

2008-06-22 Thread Howard Lee Harkness
; Inch by incredible inch. I can now insert and delete, but edit still does nothing, even though it appears to until I stop and restart the program. On Sun, Jun 22, 2008 at 1:22 PM, Howard Lee Harkness < [EMAIL PROTECTED]> wrote: > On Sun, Jun 22, 2008 at 9:03 AM, Joost van der Sluis <[EMA

Re: [Lazarus] [lazarus] Advice about creating database-aware application with Lazarus

2008-06-22 Thread Howard Lee Harkness
at 9:21 PM, Felipe Monteiro de Carvalho < [EMAIL PROTECTED]> wrote: > 2008/6/21 Howard Lee Harkness <[EMAIL PROTECTED]>: > > No, I don't care what database is underneath. > > Well so I think that you made a bad choice starting with a more > complex dataset

Re: [Lazarus] [lazarus] Advice about creating database-aware application with Lazarus

2008-06-22 Thread Howard Lee Harkness
Oh, and I *don't* want to applyupdates on the AfterScroll event unless that is the only choice. On Sun, Jun 22, 2008 at 2:22 PM, Howard Lee Harkness < [EMAIL PROTECTED]> wrote: > On Sun, Jun 22, 2008 at 9:03 AM, Joost van der Sluis <[EMAIL PROTECTED]> > wrote: > >

Re: [Lazarus] [lazarus] Advice about creating database-aware application with Lazarus

2008-06-22 Thread Howard Lee Harkness
changed. I also tried putting the ApplyUpdates in the FormClose event, and that didn't do anything, either. You are the one that mentioned that I needed to call ApplyUpdates (and later, disable and enable controls). Could you please take a look at the code I posted and SHOW ME what I need to do to

Re: [Lazarus] [lazarus] Advice about creating database-aware application with Lazarus

2008-06-21 Thread Howard Lee Harkness
#x27;NC') ,('27103',NULL,'Winston-Salem','NC') ,('27104',NULL,'Winston-salem','NC') ,('27106',NULL,'Winston-Salem','NC') ,('30084',NULL,'Tucker','GA') ; On Sat, Jun

Re: [Lazarus] [lazarus] Advice about creating database-aware application with Lazarus

2008-06-21 Thread Howard Lee Harkness
ork. And if it can't be made to work, it doesn't matter what the database is, or whether it's cross-platform, or even what the language is. The ONLY thing that matters to a working programmer is whether the stuff he writes WORKS. On Sat, Jun 21, 2008 at 7:26 PM, Felipe Monteiro de

Re: [Lazarus] [lazarus] Advice about creating database-aware application with Lazarus

2008-06-21 Thread Howard Lee Harkness
lipe Monteiro de Carvalho < [EMAIL PROTECTED]> wrote: > 2008/6/21 Howard Lee Harkness <[EMAIL PROTECTED]>: > > Looks like all of the 2.2.2rc1 sources are zipped up separately by unit. > Any > > hints about where/how to put them in the directory structure so that >

Re: [Lazarus] [lazarus] Advice about creating database-aware application with Lazarus

2008-06-21 Thread Howard Lee Harkness
t it would > take to write the trivial > > application just trying to configure Lazarus. > > 2008/6/21 Howard Lee Harkness <[EMAIL PROTECTED]>: > > Hmmm... I couldn't seem to find everything for the environmental setups > in > > 9.24, but I guess I can try agai

Re: [Lazarus] [lazarus] Advice about creating database-aware application with Lazarus

2008-06-21 Thread Howard Lee Harkness
Looks like all of the 2.2.2rc1 sources are zipped up separately by unit. Any hints about where/how to put them in the directory structure so that Lazarus can find them in the environment settings On Sat, Jun 21, 2008 at 5:33 PM, Howard Lee Harkness < [EMAIL PROTECTED]> wrote: >

Re: [Lazarus] [lazarus] Advice about creating database-aware application with Lazarus

2008-06-21 Thread Howard Lee Harkness
Hmmm... I couldn't seem to find everything for the environmental setups in 9.24, but I guess I can try again. On Sat, Jun 21, 2008 at 5:15 PM, Felipe Monteiro de Carvalho < [EMAIL PROTECTED]> wrote: > 2008/6/21 Howard Lee Harkness <[EMAIL PROTECTED]>: > > Guess I

Re: [Lazarus] [lazarus] Advice about creating database-aware application with Lazarus

2008-06-21 Thread Howard Lee Harkness
I think I have spent about 10 times the effort that I thought it would take to write the trivial application just trying to configure Lazarus. On Sat, Jun 21, 2008 at 5:15 PM, Felipe Monteiro de Carvalho < [EMAIL PROTECTED]> wrote: > 2008/6/21 Howard Lee Harkness <[EMAIL PROTECTED]

Re: [Lazarus] [lazarus] Advice about creating database-aware application with Lazarus

2008-06-21 Thread Howard Lee Harkness
. Guess I need to wait for the real release. On Sat, Jun 21, 2008 at 5:05 PM, Howard Lee Harkness < [EMAIL PROTECTED]> wrote: > Guess I'll try 2.2.2rc1, but it looks like in order to do that, I have to > install Lazarus 0.9.25 beta. > > Seems to me that I should have been a

Re: [Lazarus] [lazarus] Advice about creating database-aware application with Lazarus

2008-06-21 Thread Howard Lee Harkness
ust trying to use the wrong tools. On Thu, Jun 19, 2008 at 8:25 AM, Joost van der Sluis <[EMAIL PROTECTED]> wrote: > Op zaterdag 14-06-2008 om 19:16 uur [tijdzone -0500], schreef Howard Lee > Harkness: > > Did you ever get an answer to this question? I am having a similar > &

Re: [Lazarus] Need some help with UpdateSQL in TSQLQuery and TMySQL50Connection

2008-06-21 Thread Howard Lee Harkness
On Thu, Jun 19, 2008 at 8:22 AM, Joost van der Sluis <[EMAIL PROTECTED]> wrote: > Op zaterdag 14-06-2008 om 16:06 uur [tijdzone -0500], schreef Howard Lee > Harkness: > > > However, it doesn't seem to matter what I put in for nbDelete. I > > always get the err

[Lazarus] Found a MySQL 5 example using ApplyUpdates -- but it doesn't actually work

2008-06-14 Thread Howard Lee Harkness
om zipcode) into the text box, and tried to run it with the "open query" button, I got a Runtime error 103 following by an exception message "ElnOutError" "File not open". I tracked through it with the debugger, and everything looks ok up until the SQLQuery1.op

Re: [Lazarus] [lazarus] Advice about creating database-aware application with Lazarus

2008-06-14 Thread Howard Lee Harkness
// > <- line 110 > or (SendApplicationMessage(CM_ACTIONEXECUTE, 0, PtrInt(Self)) = 1); > end; > > > Cheers, > Adrian Maier > > > _ >To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject > archives at http://www.lazarus.freepascal.org/mailarchives > -- Howard Lee Harkness ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Need some help with UpdateSQL in TSQLQuery and TMySQL50Connection

2008-06-14 Thread Howard Lee Harkness
ere are no fields found to generate the where-clause" if I do ApplyUpdates for nbDelete. If I put nothing in there, the field appears to be deleted, but it is still in the table, and comes back to the grid when I press "refresh". On Sat, Jun 14, 2008 at 3:22 PM, Howard Lee Harkness &

Re: [Lazarus] Need some help with UpdateSQL in TSQLQuery and TMySQL50Connection

2008-06-14 Thread Howard Lee Harkness
MySQL50Connection1: TMySQL50Connection; SQLQuery1: TSQLQuery; SQLTransaction1: TSQLTransaction; private { private declarations } public { public declarations } end; var Form1: TForm1; implementation initialization {$I zipcode.lrs} end. -- Howard Lee Harkness _

Re: [Lazarus] Contact Database example

2008-03-09 Thread Howard Lee Harkness
at I was trying to do in the first place. On Sun, Mar 9, 2008 at 9:44 AM, Howard Page-Clark <[EMAIL PROTECTED]> wrote: > Howard Lee Harkness wrote: > > >... When I load the project file, I get > > > an error about MyDbf.UseFloatFields -- unknown property > > UseFlo

[Lazarus] Contact Database example

2008-03-08 Thread Howard Lee Harkness
.UseFloatFields -- unknown property UseFloatFields. I can't see to find any information on this at all. I assume that there is some library or package that I'm missing. Anybody here who can tell me how to build this project? -- Howard Lee Harkne