Page 1 of 1

what logic used in mysql tables in vicidial

PostPosted: Wed Jul 29, 2009 11:40 pm
by navinpillai
hi,

can anyone help me how tables are used in mysql . what logic is used for that.

PostPosted: Thu Jul 30, 2009 8:13 am
by mflorell
What a broad and non-specific question. What exactly are you trying to find out?

how tables are affected

PostPosted: Fri Jul 31, 2009 1:46 am
by navinpillai
hi,

how tables are affected. in our office, we need mis for various purposes. so i want to know what information are stored in which tables.

PostPosted: Fri Jul 31, 2009 1:55 am
by okli
Why don't you just have a look at the tables and try to make sense out of the names? The most of them have self explanatory names...

PostPosted: Tue Aug 04, 2009 6:48 pm
by williamconley
The tables are named rather aptly. So a certain knowledge of American English is helpful. After that, you'd have to look at field names and compare php pages to the sql queries they generate and the tables from which this information is requested.

To understand the tables completely, you have to have a good understanding of the functions that comprise the software and the logic behind all of it.

Simple really. If you have some time on your hands.