Category Archives: Pemrograman

Bahasa Program

VB.Net dataset designer cannot regenerate designer code

Try the following: 1) Click on the XSD file in the solution explorer2) Click on the properties tab and check the Custom Tool Property. In there you should find MSDataSetGenerator. If it’s not there, type it there3) Once done right click the … Continue reading

Posted in Pemrograman, VB.NET | Tagged , | Leave a comment

VB.NET Dataset designer generated dataset1.designer

delete all the ds*.designer.vb, don’t worry because it can be regenerated. Close your project. Edit the project.vbproj file in XML mode. You will find an entry in the group that reads: Change the item to remove the “1”. Save and close … Continue reading

Posted in IT, Pemrograman, VB.NET | Tagged , | Leave a comment

Tutorial Level : Intermediate -> Advanced Berikut langkah-langkah untuk mencetak laporan dengan ukuran kertas yang kita tentukan. Spesifikasi Computer Admin: OS Windows 7 Visual Studio 11 / Visual Studio 2012 Crystal Report 13_0_5 Printer : EPSON L355 Series Langkah 1 – … Continue reading

Posted on by Reagan Jiang | 2 Comments

VB.NET 2010 connect to sql server 2000 using ole db on win 7 64bit

When using VB.NET 2010 to connect to SQL SERVER 2000 Database that secure with password using OLE DB we can use this following connection string: Provider=SQLOLEDB;Data Source=<server instance name>;Password=<password>;User ID=<user>;Initial Catalog=<databaseName> example: Public conSql As New OleDbConnectionPublic conStrSqlServer As String … Continue reading

Posted in DBA, IT, Pemrograman, VB.NET | Tagged , , , , , , | Leave a comment