|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Adding large chunks of dataI'm writing a database program in VB .NET 2k3:
My users are able to access a large database to view single records at a time. I need a way for someone to be able to import/paste (or whatever) a large amount of records in a single instance does anyone know a good way to go about this? The only thing I can think of is let them go into the actual database and paste there, but that's not going to happen..... I dont understand what youre trying to do. Viewing is a read operation
which you are doing "single records at a time". Paste/Import is a write operation that you want to in bulk? Do you know what a dataset is? Richard Show quoteHide quote "brix_zx2" <brix***@discussions.microsoft.com> wrote in message news:260914F5-7725-4A4C-ADA9-837F5B48549C@microsoft.com... > I'm writing a database program in VB .NET 2k3: > > My users are able to access a large database to view single records at a > time. I need a way for someone to be able to import/paste (or whatever) a > large amount of records in a single instance does anyone know a good way to > go about this? The only thing I can think of is let them go into the actual > database and paste there, but that's not going to happen.....
Microsoft not content with "dissing" just the Classic VB Developer Army....
Where to find good icons? Setup project registery values with app install folder in them Event for PgUp and PgDn on Form How to get current free physical memory ? Set textbox1.enabled = false inside a module? modify HTML in code behind How to expose a structure to VB6 from VB.NET? Datagrid problem How to create a zoom feature in Vb.Net |
|||||||||||||||||||||||