Click here to Skip to main content
15,896,154 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralDrawing things Pin
16-Jul-01 11:56
suss16-Jul-01 11:56 
GeneralRe: Drawing things FAST Pin
CodeCrafty®17-Jul-01 21:59
CodeCrafty®17-Jul-01 21:59 
GeneralRe: Drawing things FAST Pin
Cem Kalyoncu7-Aug-01 12:16
Cem Kalyoncu7-Aug-01 12:16 
GeneralRe: Drawing things FAST Pin
Klaus Probst7-Aug-01 15:45
Klaus Probst7-Aug-01 15:45 
QuestionResource limits?? Pin
Austin Jones16-Jul-01 11:15
Austin Jones16-Jul-01 11:15 
GeneralVB COM Testing Pin
amitrgholap16-Jul-01 1:09
amitrgholap16-Jul-01 1:09 
GeneralDAO Pin
sripriyaunni15-Jul-01 20:08
sripriyaunni15-Jul-01 20:08 
GeneralRe: DAO Pin
Fariborz4-Aug-01 6:22
Fariborz4-Aug-01 6:22 
Hi 1) Yes DAO is available in VB 5 . ofcorse in VB 4 , DAO was the prefered way of working with databases . but why not to consider ADO which is also avaialbe under VB 5
2) I add another method , text file access as a OLEDB data source . it is a very convinient task using DAO . you will have all the luxery of ADO and Recordset in your program without a single line of code . I think it is more important to considet parsing speed of your file ( spliting in collections , sorting , ... ) than just reading speed . using ADO you can use ADODB::Recordset as a collection with sorting/parsing/searching capabilities . there is a great article on this topic in MSDN .
3) using VB code for parsing , searching or sorting is not as fast as you might desire . besides you have to do it all in your code .
4) Using DAO recordsets is a good choice too . but again you have to read the text file and parse as different fields , then write into recordset . use ADODB::Recordet to eliminate all these steps .

I hope it would be of help
Generalstart options of MS IE5.5 Pin
9-Jul-01 7:20
suss9-Jul-01 7:20 
GeneralRe: start options of MS IE5.5 Pin
9-Jul-01 11:07
suss9-Jul-01 11:07 
GeneralExcel formulae Pin
Ian5-Jul-01 20:38
Ian5-Jul-01 20:38 
Generalright click and refresh Pin
Ian3-Jul-01 22:55
Ian3-Jul-01 22:55 
Generalmail attach Pin
3-Jul-01 13:37
suss3-Jul-01 13:37 
GeneralCode Editor for VB Pin
James Stigler3-Jul-01 12:11
James Stigler3-Jul-01 12:11 
GeneralRe: Code Editor for VB Pin
CodeCrafty®17-Jul-01 22:13
CodeCrafty®17-Jul-01 22:13 
GeneralGet selected row from a DBGrid control Pin
Ameenudeen2-Jul-01 14:51
Ameenudeen2-Jul-01 14:51 
GeneralPages in tif Image Pin
28-Jun-01 0:28
suss28-Jun-01 0:28 
Generalpivot table Pin
tamar yona27-Jun-01 20:07
tamar yona27-Jun-01 20:07 
GeneralEvents with an MTS COM object. Pin
Jamie Nordmeyer27-Jun-01 6:01
Jamie Nordmeyer27-Jun-01 6:01 
GeneralRe: Events with an MTS COM object. Pin
Klaus Probst7-Aug-01 15:49
Klaus Probst7-Aug-01 15:49 
QuestionHow can i use the UDP in the Web ?? Pin
khamis22-Jun-01 7:49
khamis22-Jun-01 7:49 
AnswerRe: How can i use the UDP in the Web ?? Pin
Klaus Probst7-Aug-01 15:51
Klaus Probst7-Aug-01 15:51 
GeneralShowing modeless form in VB DLLs called from MFC Pin
22-Jun-01 1:18
suss22-Jun-01 1:18 
GeneralFormatting duplicates in excel Pin
Ian21-Jun-01 23:16
Ian21-Jun-01 23:16 
GeneralString Pin
20-Jun-01 4:46
suss20-Jun-01 4:46 

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.