3 messages in com.mysql.lists.win32RE: Questions| From | Sent On | Attachments |
|---|---|---|
| SClaudina Vargas | 26 Jul 2002 21:59 | |
| Dave Watkinson | 27 Jul 2002 23:01 | |
| jbon...@sola.com.au | 28 Jul 2002 17:19 |
| Subject: | RE: Questions![]() |
|---|---|
| From: | jbon...@sola.com.au (jbon...@sola.com.au) |
| Date: | 07/28/2002 05:19:46 PM |
| List: | com.mysql.lists.win32 |
On Windows PrintScreen or Alt-PrintScreen will will capture the screen or current window to the clip board then you can paste it into another app like Word.
I could imagine storing lots of matrices in a flexible fashion using a table structure like this
MatrixID Row Col Value
You might have another table
MatrixID NumRows NumCols
to keep track of the size of each matrix so you can set loop limits etc..
It would be easy enough to write routines to save and restore these to memory structures.
John Bonnett
-----Original Message----- From: SClaudina Vargas [mailto:scva...@icaen.uiowa.edu] Sent: Saturday, 27 July 2002 2:30 PM To: win...@lists.mysql.com Subject: Questions
Hi,
(1) This might sound stupid, but I need an answer. How can I take a scree shot of MySQL-Front? This is to be used in a dissertation proposal?
(2) I'm currently learning MySql to integrate it into a simulation model that integrates mathematical programming. Hence I need to manipulate lots of matrices and I want to use MySql database to provide easy storing and retrieval. So far I have accomplished this but for predefined tables with fixed sizes. Is there a way to create variable size tables at run time? I'm programming in C++ and C and I'm not an expert programmer.
Thanks very much for your help.
SClaudina




