| | |
Access database in a class Constructor
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Apr 2008
Posts: 45
Reputation:
Solved Threads: 10
It would probably be possible, but I would probably rethink why there are database calls inside of the constructor. I would rather split it out into a separate call.
Here's a link to a Microsoft Patterns and Practices article. If it can't answer questions about how to handle database connectivity then I don't know what will:
http://msdn.microsoft.com/en-us/library/ms978510.aspx
Here's a link to a Microsoft Patterns and Practices article. If it can't answer questions about how to handle database connectivity then I don't know what will:
http://msdn.microsoft.com/en-us/library/ms978510.aspx
vb.net Syntax (Toggle Plain Text)
public class DBClass ... public Function GetTable(Sql as String) as DataTable Dim Adp as new SqlDataAdapter(sql,CnStr) Dim Dt as New DataTable Adp.Fill(Dt) Return Dt End Function End Class ..... .... Dim cs as new DBClass Dim Ds as new DataSet("TestDS") Ds.Tables.Add(cs.getTable("Select * from Table1"),"Table1") ...
![]() |
Similar Threads
- Inserting,deleting,updating and editing records to a MS Access database (C#)
- Running a VB application with MS Access database (Visual Basic 4 / 5 / 6)
- loading non delimited text file into access database using VB.net (Visual Basic 4 / 5 / 6)
- VB.NET Connected to an Access Database (VB.NET)
- HELP: User Log In From Connected in Access Database (C#)
- Updating an Access database with a secondary form (VB.NET)
- MS Access DATABASE HELP!! composite keys and inventory (MS Access and FileMaker Pro)
- Need help with an Access Database (MS Access and FileMaker Pro)
- Inserting Data into Access Database (Java)
Other Threads in the VB.NET Forum
- Previous Thread: dataview
- Next Thread: How can i detect that a object is from type enum?
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net 2005 2008 access account application arithmetic array arrays basic bing button buttons c# center check checkbox code combobox component convert crystalreport data database datagrid datagridview date dissertation dissertations dropdownlist excel fade file-dialog ftp generatetags google gridview hardcopy images inline input insert intel internet listview mobile monitor ms net networking objects output passingparameters peertopeervideostreaming picturebox picturebox1 port print printing problem problemwithinstallation project remove save searchbox searchvb.net select serial server shutdown soap sorting survey table tcp temperature text textbox timer toolbox trim update updown user validation vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web winforms wpf






