OT: Reply-Adress in this list

2002-10-03 Thread Franz Alt
I use some mail-lists for mysql, php and security with Outlook Express. When I "reply", some lists set their list-adress automatically, some the adress of the person originally posting. The second version may not so good IMHO, because I think so many replies are not going to the lists. mysql++ an

Re: Duplicate entries

2002-09-28 Thread Franz Alt
Sorry, but justs a quick remark on the top: Have you looked at small and KAPITAL letters? -- Franz Alt [EMAIL PROTECTED] > at work I run mysql 3.23.45. on a windows2000 machine with apache 1.3.23 > and php4.06. at home it's Linux SuSe *.0, mysql 4.03 apache 1.3.26 and > php4.2.

Re: MySQL as a desktop DB

2002-09-27 Thread Franz Alt
A short summary about what the Webpage from www.openoffice.org says: You definitly can use OpenOffice as MySQL-Frontend. They are connected via ODBC or JDBC. Openoffice prefers MySQL 4 because of the advanced features When MySQL gets out of alpha-state, there might be a more native connection the

Re: MySQL as a desktop DB

2002-09-25 Thread Franz Alt
> I think MySQL will be more faster in Desktop environment and if you are > adverse to using the text based interface to MySQL then you can try out some > GUI avaiable in the market. The best I know are MySQL-Front and SQLyog but > since MySQL-Front has been discontinued you can try SQLyog at > h

Re: granting does not give the correct privileges

2002-09-24 Thread Franz Alt
> Is this an error in Mysql? > I do the follwing command from a shell >"grant insert on mydb.* to username@localhost identified by user > 'pwd';" > When I check the permissions the insert_priv field on user table of mysql db > is set to 'N'. > > Why is that? I can change the privileges by

Re: Store pictures in DB

2002-09-24 Thread Franz Alt
> +1 > > For medical imaging, at least in radiology (PACS), you usually see the > terabytes of images being stored on a NAS somewhere, and the database > itself is actually pretty small just pointing to filenames of where the > pictures are located. This keeps the database small and fast, and le

Re: Store pictures in DB

2002-09-24 Thread Franz Alt
> Can I use MySQL to store pictures as part of a record? You CAN. > Should I just try to store the name of the picture? Yes. If you have FTP Access or similiar, I would prefere this! Some remarks from the manual : -- Insert a File located locally on MySQL-Serverinto a blob-column INSERT INTO m

Re: Tryout mysql++ Example "Loading binary file in a BLOB ..." ... to be continued in msql++ list !?

2002-09-24 Thread Franz Alt
I think I'll start this thread in mysql++ list again. Sorry, I might was to tired yesterday... - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list

Tryout mysql++ Example "Loading binary file in a BLOB ..."

2002-09-23 Thread Franz Alt
I wanted to test the mysql++ example "Loading binary file in a BLOB ..." because I'm looking for for a solution to load several MB up to a remote DB, without FTP or things like that. Just 1 thread in DB, so performance should be no problem. Therefor I try to execute and benchmark this quite famou