|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Access DB questionsHi, I am working on a conversion project from an older Database system (Dataflex), that stored each datatable in seperate files.
I am trying to decide which is faster in Access. Continue to use the same method of data access, putting each table in seperate Access db files, or put all the tables in a single Access mdb file. As it is, I am doing like the original application did and opening each table with seperate connections. Since the application has 63 different tables (some with 22,000 rows or more) I am not sure which method would be faster. I do think that having to only make a single connection might be faster. But, I am not sure how much faster. james
Show quote
Hide quote
"james" <jjames700ReMoVeMe at earthlink dot net> schrieb Use one single database accessed by one connection. That's how it's done > Hi, I am working on a conversion project from an older Database > system (Dataflex), that stored each datatable in seperate files. I > am trying to decide which is faster in Access. Continue to use the > same > method of data access, putting each table in seperate Access db > files, or put all the tables in a single > Access mdb file. As it is, I am doing like the original application > did and opening each table with seperate connections. Since the > application has 63 different tables (some with 22,000 rows or more) > I am not sure which method would be faster. I do think that having > to only make a single connection might be faster. But, I am not sure > how much faster. > james > > usually. 22,000 rows are no problem at all, and 63 tables aren't either. FYI, there's a group for ADO.Net related and languageindependent questions: microsoft.public.dotnet.framework.adonet Armin "Armin Zingler" <az.nospam@freenet.de> wrote in message news:%23ol%23zuyfFHA.3316@TK2MSFTNGP14.phx.gbl... Thanks Armin. I kind of thought that it would be better that way. The reason I asked here is I use VB.NET. But, I didn't think > Use one single database accessed by one connection. That's how it's done usually. 22,000 rows are no problem at all, and 63 > tables aren't either. > > FYI, there's a group for ADO.Net related and languageindependent questions: > microsoft.public.dotnet.framework.adonet > > Armin about stating that. I appreciate your response. james Armin,
That FYI is a nice shortcut, I will use that in future as well. Cor
Does String mashal default to UnmanagedType.LPTStr
(newbie warning) vb.net, stdregprov, deletekey - Invalid cast Loop thru all subfolders and list all files under each use ADOX for this :-) Transparent Color in an Icon questions about VB.NET, and uses in education Is there code to convert a c# module to VB? Loading two separate instance of the same assembly Error: Cast From String to type Integer not valid score object property values against a decision rule created from from database table record values |
|||||||||||||||||||||||