Re: Print out

2003-02-16 Thread Van
serius.com/ = Richard Nagle wrote: > > What would be the command in mysql > for print out this: > > select * from test3; > this prints out the table and show the records on screen > now if I wanted to a hard copy.. > > how

Print out

2003-02-16 Thread Richard Nagle
What would be the command in mysql for print out this: select * from test3; this prints out the table and show the records on screen now if I wanted to a hard copy.. how would I do this. Thanks- Rick - Before posting, please

print out the datastructure of tables

2002-02-21 Thread Egor Egorov
Theo, Wednesday, February 20, 2002, 6:37:15 PM, you wrote: TVS> Hello, TVS> I am new with MySQL and have it running on Windws 2000 server and TVS> programming with VC++ 6.0 TVS> Now converting from SQL 7.0 to MySQL TVS> I wonder if there is a way to print out the data struct

print out the datastructure of tables

2002-02-20 Thread Theo Van Stratum
Hello, I am new with MySQL and have it running on Windws 2000 server and programming with VC++ 6.0 Now converting from SQL 7.0 to MySQL I wonder if there is a way to print out the data structure of the table in MySQL? Regards Theo van Stratum Albanet Ltd (Technical Manager, Senior Programmer

Re: give me a sample to print out to printer

2002-02-12 Thread Teddy A Jasin
Maybe you can try find the application at hotscripts.com. regards, Teddy -- experience the online learning commmunity at http://www.mycyberclassroom.com At 08:32 AM 2/7/2002 +0700, Franky Aniversarius wrote: >when i click the icon client1(in end client, it's show up from php >applicat

give me a sample to print out to printer

2002-02-12 Thread Franky Aniversarius
when i click the icon client1(in end client, it's show up from php application) that the icon has link to mysql and the result directly print the out put to printer (share or local printer) by coulomb. there's anyone knows about this, please help me. Rgds, Franky Aniversarius ---

give me a sample to print out to printer

2002-02-06 Thread Franky Aniversarius
when i click the icon client1(in end client, it's show up from php application) that the icon has link to mysql and the result directly print the out put to printer (share or local printer) by coulomb. there's anyone knows about this, please help me. Rgds, Franky Aniversarius ---

Re: print out rows from array/perl

2001-02-11 Thread --==[bMan]==--
varchar(20) =>col2 varchar(20) =>when I add content to the columns it looks like =>this for example: =>col1 => =>contentA =>NULL =>contentB => =>Now when I try to print out the content in Perl =>using this code: => =>while($dirty_words =

print out rows from array/perl

2001-02-11 Thread Andreas Antes
I have created 2 columns: col1 varchar(20) col2 varchar(20) when I add content to the columns it looks like this for example: col1 contentA NULL contentB Now when I try to print out the content in Perl using this code: while($dirty_words = $sth->fetchrow_array) { print "$dirty