Home about IT Motivation Course Sales Project About Me
Showing posts with label Sybase. Show all posts
Showing posts with label Sybase. Show all posts

Wednesday, December 16, 2009

Setting Sybase ASA 7 di Windows XP

setting PB7 connection, database PCAnywhere ver 7 dan System connection. di PC client dari 15 des 2009 jam 11PM s/d 06.AM WIB akhirnya sukses. Maklum remote access ke PC client di negara antah berantah, tempat lahirnya Hercules.

Berikut step stepnya agar kejadian serupa tak terjadi lagi.
1. install sybase Anywhere 7, yaitu file: ASA7RUNTIME.
2. copy system folder applikasinya dan database juga
3. setting di system pathnya untuk folder di point 2.
4. setting ODBC nya. ini yang penting nih:
START-IN: C:\Program Files\hrms\dbeng7.exe -c 7m
DATABASE FILE: C:\Program Files\hrms\Database\Tms7.db
5. deleted file log database bila masih tidak terkoneksi
6. install PB7 saja. lainnya tidak usah
7. di PB7: dbprofile: create newODBC dan point ke odbc tms7

Monday, December 14, 2009

Join PowerBuilder Overview and Roadmap event


akhirnya bisa join juga ke acara berikut meski harus cuti: dan harus jalan kaki lalu naik ojek 10 rb dari seberang jalan depannya KOMDAK. jadi peserta no1 yg datang. & dapat kaos
Hari/Tanggal : Senin, 14 Desember 2009
Waktu : 09.30 AM – 4.30 PM
Tempat : Hotel JW MARRIOTT Kuningan, Room Dua Mutiara 3 2nd Floor
Agenda :
9:30 am - 10:15 am - PowerBuilder Overview and Roadmap
10:15 am - 10:45 am - How to Web Enable PowerBuilder Applications
10:45 am - 11:00 am - Break
11:00 am - 12:00 pm - A Closer Look at PowerBuilder 12 and WPF Application Development
2.30pm to 4.30pm - Developers Hands on Workshop - Web enable PB applications.

acaranya tidak semegah Microsoft punya. Tapi lumayanlah tahu akhirnya bahwa Power builder bisa buat WEB ternyata. Ketinggalan informasi nih.

Sunday, April 12, 2009

DB profile of Powerbuilder to database

below example database profile of power builder to some database:

Ms SQl2005:
// Profile absensi
SQLCA.DBMS = "MSS Microsoft SQL Server"
SQLCA.Database = "absensi"
SQLCA.LogPass = <***>
SQLCA.ServerName = "server"
SQLCA.LogId = "sa"
SQLCA.AutoCommit = False
SQLCA.DBParm = ""


Sybase ASA 7
// Profile tms7 use ODBC
SQLCA.DBMS = "ODBC"
SQLCA.AutoCommit = False
SQLCA.DBParm = "ConnectString='DSN=tms;UID=user;PWD=password'"

MySQL
// Profile detik use ODBC and need install MySQL for ODBC
SQLCA.DBMS = "ODBC"
SQLCA.AutoCommit = False
SQLCA.DBParm = "ConnectString='DSN=detik;UID=root;PWD=password'"

Oracle
//from clients PC to server
profile name: SID name
server: @global.database.name
login ID: scott
password: *****