Click here to Skip to main content
15,912,897 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionin 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 message Pin
wizy@202024-Sep-12 23:05
wizy@202024-Sep-12 23:05 
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 
I'm writing a suite of software of which one of the programs is client that connects to a server; the client performs actions of behalf of request from the server with both the client and server being windows services.

For the server I need it to store data such as user names, password (actually hashes of passwords), permission settings, etc. I don't want the information stored on our SQL server because other employees have access to it and there is a risk of information being changed, deleted, and it won't be secure for this purpose. I also don't want the data stored on the server is a file (such as a .DAT file) because again other employees have access to the server and there are the same concerns as with the SQL server.

I was trying to find a way to save information internally within the program. I've worked with embedded resources, but only to the extent of extracting an embedded Word template and saving it to folder. I'm assuming there would be a way I could extract some sort of compressed XML file, change the data I need to, and then re-embedding it using a MemoryStream so the file is never written to the HDD. Would this be a way to go? Any body know any good articles explaining the process of extracting and embedding file, changing it, and then re-embedding it?

The company is a small company and over the course of a day I'm estimating that the server service would have to do the extract/re-embedding maybe 20 times so I don't see it being very heavy on resources. However I'm open to any other ideas. My only requirements is no SQL server or local file, secure, and the data is persisted across system restarts.

Thanks in advance for any help, ideas, or suggestions anybody can provide.
AnswerRe: Internal Persistent Database Pin
Richard MacCutchan24-Sep-12 22:09
mveRichard MacCutchan24-Sep-12 22:09 
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 

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.