Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~400 People Reached
Favorite Tags
Member Avatar for mdeokute

I want to dynamically connect a database file(may be MS Access/SQL/Oracle). how can i do that? To make it l'll simpler I want GUI through which user chooses a DBfile and connects backend.

Member Avatar for JorgeM
0
189
Member Avatar for mdeokute

I am gettig "could not find installable isam" while connecting to access 2007 databse the code that i wrote is: Public Sub MyConnection() constr = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Contact_management\Contact_DB.accdb;Jet oledb:database password=abcd" con = New OleDbConnection(constr) If con.State = ConnectionState.Open Then con.Close() End If con.Open() End Sub i installed office 2007 via network. …

Member Avatar for pocohontus
0
116
Member Avatar for mdeokute

to create excel workbook dynamically where data will be input and manipulated by user. i want graph as well to be created using the data i manipulated and entered. i want as many as work sheets to be added in workbook once it is created. please help i have no …

Member Avatar for mdeokute
0
95