/[H6]/Udlaan.ini
ViewVC logotype

Contents of /Udlaan.ini

Parent Directory Parent Directory | Revision Log Revision Log


Revision 54 - (show annotations) (download)
Tue Sep 12 09:09:30 2006 UTC (17 years, 6 months ago) by torben
File size: 555 byte(s)
In the Search() function in the databaselayers we shouldn't waste time and space on finding
the previous checkouts and the current reservations - this should be done in getEquipment().

ResultDialog and ResultDetailsDialog now communicates throuh a CString barcode, insted of an index into the search result.

On an administrative action the ResultDetailsDialog now refreshes the data instead of closing the dialog.
1 #
2 # Config file for H6-udlånssystem
3 #
4
5 # drivers: MySQL, PostgresQL or MicrosoftSQL
6
7
8 #EUC-midt pgsql
9 #driver = PostgreSQL
10 #host = 172.16.11.25
11 #database = h6projekt
12 #username = grouptwo
13 #password = femog50
14
15 driver = PostgreSQL
16 host = pctek
17 database = h6projekt
18 username = torben
19 password = nielsen
20
21
22 #Microsoft
23 #driver = MicrosoftSQL
24 #host = tk-teacher
25 #database = GroupTwo
26 #username = GroupTwo
27 #password = toog30
28
29
30 #mysql
31 #driver = MySQL
32 #host = 172.16.11.25
33 #database = Gruppe2
34 #username = gruppe2
35 #password = 1337
36

  ViewVC Help
Powered by ViewVC 1.1.20