Click here to Skip to main content
16,011,120 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.Net 2003 and Access database Web Services Client/Server Pin
kendo1725-Oct-07 6:10
kendo1725-Oct-07 6:10 
GeneralRe: VB.Net 2003 and Access database Web Services Client/Server Pin
Dave Kreskowiak25-Oct-07 6:28
mveDave Kreskowiak25-Oct-07 6:28 
GeneralRe: VB.Net 2003 and Access database Web Services Client/Server Pin
kendo1725-Oct-07 7:37
kendo1725-Oct-07 7:37 
GeneralRe: VB.Net 2003 and Access database Web Services Client/Server Pin
Dave Kreskowiak25-Oct-07 8:08
mveDave Kreskowiak25-Oct-07 8:08 
GeneralRe: VB.Net 2003 and Access database Web Services Client/Server Pin
kendo1725-Oct-07 14:04
kendo1725-Oct-07 14:04 
QuestionSystem.IO BinaryReader and Data Structures Pin
AAGTHosting24-Oct-07 8:51
AAGTHosting24-Oct-07 8:51 
AnswerRe: System.IO BinaryReader and Data Structures Pin
Dave Kreskowiak24-Oct-07 9:16
mveDave Kreskowiak24-Oct-07 9:16 
AnswerRe: System.IO BinaryReader and Data Structures Pin
dBrong24-Oct-07 9:24
dBrong24-Oct-07 9:24 
Binary means bytes. It doesn't matter if it's a string, or integer, it's just bytes.

You would need to define how the records are blocked - another words how many bytes to allocate to each field. For instance, strings would have to be padded with blanks.

IMO, you would do better using a database handler like SQL Express.

Otherwise you would have to do your own sorting / searching / marking for deletion, etc.

Naturally, if one used HexEdit, they could see the data and figure out the format and blocking.


GeneralRe: System.IO BinaryReader and Data Structures Pin
AAGTHosting24-Oct-07 17:31
AAGTHosting24-Oct-07 17:31 
AnswerRe: System.IO BinaryReader and Data Structures Pin
Andy_L_J24-Oct-07 22:55
Andy_L_J24-Oct-07 22:55 
AnswerRe: System.IO BinaryReader and Data Structures Pin
Guffa24-Oct-07 9:48
Guffa24-Oct-07 9:48 
QuestionGetting the message ' 1004 : Unable to set the PrintGridlines property of the Pagesetup class' Pin
rswamy7024-Oct-07 8:05
rswamy7024-Oct-07 8:05 
AnswerRe: Getting the message ' 1004 : Unable to set the PrintGridlines property of the Pagesetup class' Pin
Dave Kreskowiak24-Oct-07 8:25
mveDave Kreskowiak24-Oct-07 8:25 
GeneralRe: Getting the message ' 1004 : Unable to set the PrintGridlines property of the Pagesetup class' Pin
rswamy7024-Oct-07 8:30
rswamy7024-Oct-07 8:30 
GeneralRe: Getting the message ' 1004 : Unable to set the PrintGridlines property of the Pagesetup class' [modified] Pin
Dave Kreskowiak24-Oct-07 9:10
mveDave Kreskowiak24-Oct-07 9:10 
QuestionComponent to burn data cd's Pin
dBrong24-Oct-07 6:19
dBrong24-Oct-07 6:19 
AnswerRe: Component to burn data cd's Pin
Dave Kreskowiak24-Oct-07 7:04
mveDave Kreskowiak24-Oct-07 7:04 
AnswerRe: Component to burn data cd's Pin
Christian Graus24-Oct-07 13:07
protectorChristian Graus24-Oct-07 13:07 
GeneralRe: Component to burn data cd's Pin
dBrong24-Oct-07 13:39
dBrong24-Oct-07 13:39 
GeneralRe: Component to burn data cd's Pin
Christian Graus24-Oct-07 20:55
protectorChristian Graus24-Oct-07 20:55 
GeneralRe: Component to burn data cd's Pin
dBrong25-Oct-07 3:35
dBrong25-Oct-07 3:35 
AnswerRe: Component to burn data cd's Pin
dBrong6-Nov-07 6:53
dBrong6-Nov-07 6:53 
Questionmemory corruption detection tool needed Pin
in9mar24-Oct-07 5:52
in9mar24-Oct-07 5:52 
AnswerRe: memory corruption detection tool needed Pin
Dave Kreskowiak24-Oct-07 6:53
mveDave Kreskowiak24-Oct-07 6:53 
AnswerRe: memory corruption detection tool needed Pin
Luc Pattyn24-Oct-07 13:56
sitebuilderLuc Pattyn24-Oct-07 13:56 

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.