S
Sjaakie Helderhorst
Hi!
I use an ISDN monitor which displays caller ID. In stead of entering all
numbers manually, I wish to query a national phonenumber database, which I
obtained as a MySQL database. The only way I can pass the caller id from the
software to another app, is by executing it with a parameter (this parameter
is the phonenumber).
So far I managed to do so, I wrote a vb console app which queries the
database and writes output to a text-file which the monitor app can read.
But ... starting this little console app takes about 2,5 seconds.
Is there a smarter (and faster) way of achieving this? I can think of a
process residing in memory and is triggered by a fast starting app... can't
find any info/samples on how to achieve this.
Any help is appreciated! Thanks in advance
I use an ISDN monitor which displays caller ID. In stead of entering all
numbers manually, I wish to query a national phonenumber database, which I
obtained as a MySQL database. The only way I can pass the caller id from the
software to another app, is by executing it with a parameter (this parameter
is the phonenumber).
So far I managed to do so, I wrote a vb console app which queries the
database and writes output to a text-file which the monitor app can read.
But ... starting this little console app takes about 2,5 seconds.
Is there a smarter (and faster) way of achieving this? I can think of a
process residing in memory and is triggered by a fast starting app... can't
find any info/samples on how to achieve this.
Any help is appreciated! Thanks in advance