| | |
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?
Views: 432 | Replies: 3
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net .net2008 2008 access add advanced application array basic beginner browser button buttons center click client code combo convert cpu cuesent data database datagrid datagridview datetimepicker designer dissertation dissertations dissertationtopic eclipse employees excel exists filter forms function html images lib listview map mobile module msaccess mysql net number open page pan panel pdf picturebox picturebox2 port position print printing printpreview problem read regex reuse richtextbox right-to-left save search serial settings shutdown socket sorting sqldatbase sqlserver storedprocedure textbox timer timespan transparency txttoxmlconverter usercontol vb vb.net vb2008 vba vbnet vista visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web webbrowser winsock wpf wrapingcode xml year






