Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~79 People Reached
Favorite Forums
Member Avatar for Lalit Verma

using System.Collections.Generic; using System.Windows.Forms; namespace LandTransfer { static class Program { /// <summary> /// The main entry point for the application. /// </summary> public static int code = 0; //C:/LandTransfer/Database/ public static string database = "//192.168.1.24/LandTransfer/Database/LTMS.mdb"; public static string source = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source=" + database + ""; [STAThread] …

Member Avatar for lolafuertes
0
79