Click here to Skip to main content
15,893,368 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: in the project i want to build, i already have a school results system and students should be able to request their results via sms.thus by sending their stud. id to the system number(gsm modem number) and the system automatically reading the mes Pin
Eddy Vluggen25-Sep-12 0:17
professionalEddy Vluggen25-Sep-12 0:17 
GeneralRe: in the project i want to build, i already have a school results system and students should be able to request their results via sms.thus by sending their stud. id to the system number(gsm modem number) and the system automatically reading the mes Pin
David Mujica25-Sep-12 4:17
David Mujica25-Sep-12 4:17 
GeneralRe: in the project i want to build, i already have a school results system and students should be able to request their results via sms.thus by sending their stud. id to the system number(gsm modem number) and the system automatically reading the mes Pin
Dave Kreskowiak25-Sep-12 4:32
mveDave Kreskowiak25-Sep-12 4:32 
GeneralRe: in the project i want to build, i already have a school results system and students should be able to request their results via sms.thus by sending their stud. id to the system number(gsm modem number) and the system automatically reading the mes Pin
Eddy Vluggen25-Sep-12 4:41
professionalEddy Vluggen25-Sep-12 4:41 
GeneralRe: in the project i want to build, i already have a school results system and students should be able to request their results via sms.thus by sending their stud. id to the system number(gsm modem number) and the system automatically reading the mes Pin
Otto Grunf25-Sep-12 9:02
Otto Grunf25-Sep-12 9:02 
GeneralRe: in the project i want to build, i already have a school results system and students should be able to request their results via sms.thus by sending their stud. id to the system number(gsm modem number) and the system automatically reading the mes Pin
Eddy Vluggen25-Sep-12 9:05
professionalEddy Vluggen25-Sep-12 9:05 
QuestionInternal Persistent Database Pin
Dominick Marciano24-Sep-12 18:06
professionalDominick Marciano24-Sep-12 18:06 
AnswerRe: Internal Persistent Database Pin
Richard MacCutchan24-Sep-12 22:09
mveRichard MacCutchan24-Sep-12 22:09 
DisIsHoody wrote:
My only requirements is no SQL server or local file, secure, and the data is persisted across system restarts.
How do you expect the data to be persisted if it is not written to disk somewhere? The obvious answer to this is to use an encrypted file which the server holds open with exclusive use. On startup you read the file and decrypt it into memory. Then, every time some of the data changes you re-encrypt it and write it back to the disk file. The actual format of the file is not critical but it should be fairly simple to devise a format that makes it difficult for anyone to figure out the content even if they could crack the encryption.
One of these days I'm going to think of a really clever signature.

GeneralRe: Internal Persistent Database Pin
Dominick Marciano25-Sep-12 5:24
professionalDominick Marciano25-Sep-12 5:24 
GeneralRe: Internal Persistent Database Pin
Richard MacCutchan25-Sep-12 5:59
mveRichard MacCutchan25-Sep-12 5:59 
GeneralRe: Internal Persistent Database Pin
Dominick Marciano25-Sep-12 6:31
professionalDominick Marciano25-Sep-12 6:31 
GeneralRe: Internal Persistent Database Pin
Richard MacCutchan25-Sep-12 6:58
mveRichard MacCutchan25-Sep-12 6:58 
GeneralRe: Internal Persistent Database Pin
Dominick Marciano25-Sep-12 7:10
professionalDominick Marciano25-Sep-12 7:10 
GeneralRe: Internal Persistent Database Pin
Richard MacCutchan25-Sep-12 7:17
mveRichard MacCutchan25-Sep-12 7:17 
GeneralRe: Internal Persistent Database Pin
Dominick Marciano25-Sep-12 7:28
professionalDominick Marciano25-Sep-12 7:28 
GeneralRe: Internal Persistent Database Pin
Richard MacCutchan25-Sep-12 7:38
mveRichard MacCutchan25-Sep-12 7:38 
AnswerRe: Internal Persistent Database Pin
Eddy Vluggen25-Sep-12 0:15
professionalEddy Vluggen25-Sep-12 0:15 
Questionfill a webpage from vb.net 2010 Pin
alejx24-Sep-12 6:06
alejx24-Sep-12 6:06 
AnswerRe: fill a webpage from vb.net 2010 Pin
David Mujica24-Sep-12 6:31
David Mujica24-Sep-12 6:31 
AnswerMicrosoft example of Posting Data Pin
David Mujica24-Sep-12 6:36
David Mujica24-Sep-12 6:36 
GeneralRe: Microsoft example of Posting Data Pin
alejx24-Sep-12 6:57
alejx24-Sep-12 6:57 
AnswerRe: fill a webpage from vb.net 2010 Pin
Paul Conrad24-Sep-12 7:47
professionalPaul Conrad24-Sep-12 7:47 
GeneralRe: fill a webpage from vb.net 2010 Pin
alejx24-Sep-12 9:57
alejx24-Sep-12 9:57 
QuestionRe: fill a webpage from vb.net 2010 Pin
Paul Conrad24-Sep-12 11:53
professionalPaul Conrad24-Sep-12 11:53 
AnswerRe: fill a webpage from vb.net 2010 Pin
alejx24-Sep-12 12:25
alejx24-Sep-12 12:25 

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.