Click here to Skip to main content
16,013,548 members

Comments by IkhwanKrisnadi (Top 4 by date)

IkhwanKrisnadi 12-Feb-12 23:15pm View    
Deleted
on script.sql, you may to use different database, as long as you have privilage to access those database.

On script.sql, for example:
USE [database_1] --all query that relates database 1
insert into table_1_1 values ('1', 'ada')
insert into table_1_2 values ('1', 'country')

USE [database_2] --all query that relates with database 2
insert into table_2_1 values ('1', 'C')
insert into table_2_2 values ('1', 'C')
IkhwanKrisnadi 27-Jan-12 4:15am View    
oooo i see, I havent ever use GridView on windows application, but I think it is same ...may you could see about GridView in Windows Application on http://www.dotnetcurry.com/ShowArticle.aspx?ID=132
IkhwanKrisnadi 24-Jan-12 22:09pm View    
Deleted
it is my first time. thank for your advice. :)
IkhwanKrisnadi 24-Jan-12 22:09pm View    
Deleted
it is my first time. thank for your advice. :)