Click here to Skip to main content
16,005,141 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionCan I use VB.net and XML to read/write a MS access database in the web-site? Pin
ATC12-Aug-08 9:58
ATC12-Aug-08 9:58 
AnswerRe: Can I use VB.net and XML to read/write a MS access database in the web-site? Pin
Mycroft Holmes12-Aug-08 18:02
professionalMycroft Holmes12-Aug-08 18:02 
GeneralRe: Can I use VB.net and XML to read/write a MS access database in the web-site? Pin
ATC13-Aug-08 8:41
ATC13-Aug-08 8:41 
GeneralRe: Can I use VB.net and XML to read/write a MS access database in the web-site? Pin
Mycroft Holmes13-Aug-08 14:21
professionalMycroft Holmes13-Aug-08 14:21 
GeneralRe: Can I use VB.net and XML to read/write a MS access database in the web-site? Pin
ATC13-Aug-08 15:43
ATC13-Aug-08 15:43 
QuestionFire an event in VB.net by SQL Server Trigger Pin
manisghouri12-Aug-08 7:23
manisghouri12-Aug-08 7:23 
AnswerRe: Fire an event in VB.net by SQL Server Trigger Pin
Manas Bhardwaj12-Aug-08 7:35
professionalManas Bhardwaj12-Aug-08 7:35 
AnswerRe: Fire an event in VB.net by SQL Server Trigger Pin
Scott Barbour12-Aug-08 11:35
Scott Barbour12-Aug-08 11:35 
Perhaps not triggering an event per se, but Microsoft SQL Server does have the ability to work with COM objects, which you could use to signal an application.

The method I've used may be a bit Rube Goldberg-ish, but it does work for what we need.

An incredibly simple VB6 COM object was created which does nothing more than issue a TCP connection request to a computer and port specified in the lone Ping method. A multi-threaded VB.NET application was written which listens on a given port for inbound connection requests. When one is received, the connection request is dropped and a short countdown timer is started. Additional connection requests reset the countdown. When the countdown has elapsed, the pending items in the queue are processed.

We have also used SQL Server's COM object functionality to make a better email component (one that can take queries and format the results as HTML tables).
AnswerRe: Fire an event in VB.net by SQL Server Trigger Pin
Dave Kreskowiak12-Aug-08 16:47
mveDave Kreskowiak12-Aug-08 16:47 
QuestionCurrent Cell and the DataGridView [modified] Pin
Rafone12-Aug-08 6:01
Rafone12-Aug-08 6:01 
AnswerRe: Current Cell and the DataGridView Pin
Mycroft Holmes12-Aug-08 18:07
professionalMycroft Holmes12-Aug-08 18:07 
GeneralRe: Current Cell and the DataGridView Pin
Rafone12-Aug-08 18:25
Rafone12-Aug-08 18:25 
QuestionI want to develop a component to perform the arthematic calculations with required precission( more than 30 digits after decimal point). Pin
sitha rami12-Aug-08 4:31
sitha rami12-Aug-08 4:31 
AnswerRe: I want to develop a component to perform the arthematic calculations with required precission( more than 30 digits after decimal point). Pin
Manas Bhardwaj12-Aug-08 4:55
professionalManas Bhardwaj12-Aug-08 4:55 
AnswerRe: I want to develop a component to perform the arthematic calculations with required precission( more than 30 digits after decimal point). Pin
Tim Carmichael12-Aug-08 7:00
Tim Carmichael12-Aug-08 7:00 
GeneralRe: I want to develop a component to perform the arthematic calculations with required precission( more than 30 digits after decimal point). Pin
sitha rami13-Aug-08 4:35
sitha rami13-Aug-08 4:35 
QuestionWrite .txt FIle in selected fonts Pin
hitesh sojitra12-Aug-08 3:07
hitesh sojitra12-Aug-08 3:07 
AnswerRe: Write .txt FIle in selected fonts Pin
Manas Bhardwaj12-Aug-08 3:22
professionalManas Bhardwaj12-Aug-08 3:22 
AnswerRe: Write .txt FIle in selected fonts Pin
jzonthemtn12-Aug-08 5:00
jzonthemtn12-Aug-08 5:00 
GeneralRe: Write .txt FIle in selected fonts Pin
Manas Bhardwaj12-Aug-08 5:01
professionalManas Bhardwaj12-Aug-08 5:01 
GeneralRe: Write .txt FIle in selected fonts Pin
jzonthemtn12-Aug-08 5:04
jzonthemtn12-Aug-08 5:04 
QuestionHow to find out total number of repitation of string into an array Pin
Rameez Raja12-Aug-08 1:41
Rameez Raja12-Aug-08 1:41 
AnswerRe: How to find out total number of repitation of string into an array Pin
Christian Graus12-Aug-08 1:45
protectorChristian Graus12-Aug-08 1:45 
AnswerRe: How to find out total number of repitation of string into an array Pin
Tim Carmichael12-Aug-08 2:09
Tim Carmichael12-Aug-08 2:09 
AnswerRe: How to find out total number of repitation of string into an array Pin
LloydA11113-Aug-08 4:24
LloydA11113-Aug-08 4:24 

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.