Click here to Skip to main content
16,004,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Send Mail in VB.NET Pin
Mahesh16798-May-05 16:55
Mahesh16798-May-05 16:55 
GeneralCustomising Flat ListBox Pin
Jason Stamp5-May-05 22:57
Jason Stamp5-May-05 22:57 
GeneralRe: Customising Flat ListBox Pin
Rizwan Bashir6-May-05 21:25
Rizwan Bashir6-May-05 21:25 
Generalget data from Oracle Database ! Pin
lucdt5-May-05 22:17
lucdt5-May-05 22:17 
GeneralRe: get data from Oracle Database ! Pin
JoeContreras6-May-05 2:26
JoeContreras6-May-05 2:26 
GeneralRe: get data from Oracle Database ! Pin
Dave Kreskowiak6-May-05 4:52
mveDave Kreskowiak6-May-05 4:52 
GeneralRe: get data from Oracle Database ! Pin
JoeContreras6-May-05 13:14
JoeContreras6-May-05 13:14 
GeneralRe: get data from Oracle Database ! Pin
Anonymous6-May-05 2:58
Anonymous6-May-05 2:58 
Hi,

I have nearly the same situtation. Here are some things you can try out:

1. Use ODP.Net (coming with any 9 or 10 oracle db) instead of the in-built Oracle provider of the .net framework. Its by far faster.
2. If you switched to OPD.Net consider changing numeric fields to the new binary field types (coming with oracle 10) like 'BINARY_FLOAT'. They reduce the datasize and thus the time needed to transfer the data.
3. Rethink if you really need all the data in one big DataTable. I dont think any user will look into all your data. Consider using a DataReader instead.
Generalumm i made a office attendace program Pin
Member 19402875-May-05 20:11
Member 19402875-May-05 20:11 
GeneralRe: umm i made a office attendace program Pin
Dave Kreskowiak6-May-05 4:39
mveDave Kreskowiak6-May-05 4:39 
GeneralRe: umm i made a office attendace program Pin
Dave Kreskowiak6-May-05 4:47
mveDave Kreskowiak6-May-05 4:47 
Generaldirectx in VB 6.0 Pin
timothyl5-May-05 20:10
timothyl5-May-05 20:10 
GeneralRe: directx in VB 6.0 Pin
Dave Kreskowiak6-May-05 4:48
mveDave Kreskowiak6-May-05 4:48 
GeneralParameterised query for Crystal Report in VB.Net Pin
lakshmi_viji5-May-05 19:15
lakshmi_viji5-May-05 19:15 
GeneralRe: Parameterised query for Crystal Report in VB.Net Pin
Joey Picerno6-May-05 3:43
Joey Picerno6-May-05 3:43 
Generalcreating databse Pin
muktajoshi_105-May-05 18:13
muktajoshi_105-May-05 18:13 
GeneralRe: creating databse Pin
Dan_P6-May-05 1:34
Dan_P6-May-05 1:34 
Generalsocket programming Pin
muktajoshi_105-May-05 18:10
muktajoshi_105-May-05 18:10 
GeneralTab page not arrange as design in vb.net 2003 Pin
Mekong River5-May-05 16:27
Mekong River5-May-05 16:27 
GeneralRe: Tab page not arrange as design in vb.net 2003 Pin
Fernando Soto5-May-05 18:12
Fernando Soto5-May-05 18:12 
GeneralRe: Tab page not arrange as design in vb.net 2003 Pin
Mekong River5-May-05 18:50
Mekong River5-May-05 18:50 
GeneralRe: Tab page not arrange as design in vb.net 2003 Pin
Het21095-May-05 18:13
Het21095-May-05 18:13 
GeneralRe: Tab page not arrange as design in vb.net 2003 Pin
Fernando Soto5-May-05 18:50
Fernando Soto5-May-05 18:50 
GeneralRe: Tab page not arrange as design in vb.net 2003 Pin
Mekong River10-May-05 21:25
Mekong River10-May-05 21:25 
GeneralRe: Tab page not arrange as design in vb.net 2003 Pin
Mekong River5-May-05 21:30
Mekong River5-May-05 21:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.