EurekaLog 6.1.04
Application:
------------------------------------------------------
1.1 Start Date : Thu, 3 Jan 2013 19:58:49 +0700
1.2 Name/Description: HOSMy.exe - (BMS-HOSxP)
1.3 Version Number : 3.55.7.5
1.4 Parameters :
1.5 Compilation Date: Thu, 5 Jul 2012 13:41:43 +0700
1.6 Up Time : 27 seconds
Exception:
-----------------------------------------------------------------------------------------------------------------------------
2.1 Date : Thu, 3 Jan 2013 19:59:16 +0700
2.2 Address : 0305B02D
2.3 Module Name : HOSMy.exe - (BMS-HOSxP)
2.4 Module Version: 3.55.7.5
2.5 Type : Exception
2.6 Message : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (tis620_thai_ci,IMPLICIT) for operation '='.
2.7 ID : 92D8
2.8 Count : 1
2.9 Status : New
2.10 Note :
User:
-------------------------------------------------------
3.1 ID : Pc_107
3.2 Name : Pc_107
3.3 Email :
3.4 Company :
3.5 Privileges: SeChangeNotifyPrivilege - ON
SeSecurityPrivilege - OFF
SeBackupPrivilege - OFF
SeRestorePrivilege - OFF
SeSystemtimePrivilege - OFF
SeShutdownPrivilege - OFF
SeRemoteShutdownPrivilege - OFF
SeTakeOwnershipPrivilege - OFF
SeDebugPrivilege - OFF
SeSystemEnvironmentPrivilege - OFF
SeSystemProfilePrivilege - OFF
SeProfileSingleProcessPrivilege - OFF
SeIncreaseBasePriorityPrivilege - OFF
SeLoadDriverPrivilege - ON
SeCreatePagefilePrivilege - OFF
SeIncreaseQuotaPrivilege - OFF
SeUndockPrivilege - ON
SeManageVolumePrivilege - OFF
SeImpersonatePrivilege - ON
SeCreateGlobalPrivilege - ON
Computer:
----------------------------------------------------------------------------------------
5.1 Name : PC-B67B7EA074E4
5.2 Total Memory : 447 Mb
5.3 Free Memory : 47 Mb
5.4 Total Disk : 29.3 Gb
5.5 Free Disk : 0.3 Gb
5.6 System Up Time: 18 minutes, 56 seconds
5.7 Processor : Genuine Intel(R) CPU 2160 @ 1.80GHz
5.8 Display Mode : 1280 x 800, 32 bit
5.9 Display DPI : 96
5.10 Video Card : SiS Mirage 3 Graphics (driver 6.14.10.3910 - RAM 64 MB)
5.11 Printer : Microsoft Office Document Image Writer Driver (driver 11.3.2175.0)
Operating System:
------------------------------------
6.1 Type : Microsoft Windows XP
6.2 Build # : 2600
6.3 Update : Service Pack 3
6.4 Language: Thai
6.5 Charset : 222
Network:
---------------------------------
7.1 IP Address: 192.168.000.097
7.2 Submask : 255.255.000.000
7.3 Gateway : 192.168.000.001
7.4 DNS 1 : 110.164.252.222
7.5 DNS 2 : 110.164.252.223
7.6 DHCP : OFF
Custom Information:
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
8.1 Hospital Code : []
8.2 Database Type : MySQL
8.3 Database Protocol: mysql-4.1 [5.5.20-55
Database hos @ 192.168.0.251]
8.4 :
8.5 No 1 : select get_serialnumber('test') as cc
8.6 No 2 : create function get_serialnumber(param1 varchar(150)) returns int begin declare serial_exist int; declare xserial_no int; if param1='' then select 'test' into param1; end if; select count(serial_no) into serial_exist from serial where name = param1; if serial_exist = 0 then insert into serial (name,serial_no) values (param1,0); end if; update serial set serial_no = serial_no + 1 where name = param1; select serial_no into xserial_no from serial where name = param1; return xserial_no; end;