c1792610b7
* NEW: _Data event now have a parameter Index. The DataIndex propety have been removed * BUG: Correction on the clip size git-svn-id: svn://localhost/gambas/trunk@4325 867c0c6c-44f3-4631-809d-bfa615b0a4ec
9 lines
144 B
Text
9 lines
144 B
Text
# Gambas Connection File 3.0
|
|
[Connection]
|
|
Type="mysql"
|
|
Host="localhost"
|
|
RememberPassword=False
|
|
IgnoreCharset=False
|
|
Database="test"
|
|
User="root"
|
|
|