Click here to Skip to main content
15,888,334 members

Comments by tiggerc (Top 70 by date)

tiggerc 22-Jan-14 11:42am View    
Thank you kind sir, you are a star, it has been bugging me all day,
I tried just using dim UpdatePurchase however my ide went nuts with errors.

Never mind, Thanks again.
tiggerc 8-Feb-13 6:22am View    
You can't make demands like 'Please Send Me Code Quickly' unless you are paying for it, the idea is that we help you with your code, not write code for you.

So if you want code quickly then you need to pay me after finding me and hiring me professionally.

Alternatively have a go at writing the code yourself, then post what you have and tell us what you are stuck with.
tiggerc 8-Feb-13 6:15am View    
Can you provide some code, I don't follow what you want.
tiggerc 5-Feb-13 10:01am View    
do you have some code?
I would suggest reading the bytes into an array, looping through the array building another list of bytes until the byte you are at is null( 00 ) then writing your built list to a file.

then continue the process until you have read all bytes and created all the files you want.

Have a go at it, we will help, but you need to at least show some of your code.
tiggerc 30-Jan-13 5:21am View    
I am aware ADO.NET is used for accessing the database from the server, however I need to replicate portions of the database to an off site database.

A few years ago I found a framework that would do this for you and handle changes in the records etc.