Re: Reading comments in exe
- From: "AK" <nospam@xxxxxxxxxxx>
- Date: Sat, 12 Apr 2008 06:18:01 -0500
Good idea
I will look into this for a littel bit more protection
"Henning" <computer_hero@xxxxxxxxxxxx> wrote in message
news:47ffcc91$0$12245$57c3e1d3@xxxxxxxxxxxxxxxxxxx
"BeastFish" <no@xxxxxxxx> skrev i meddelandet
news:ftog0r$8mm$1@xxxxxxxxxxx
Or I guess one can just make string constants to concatenate vithThat seems correct, I noticed that all my strSQL query strings werevisible,
but not the parameters. No big deal!? the db is pw protected.
If you wanna be uber cautious, just "build" the strings in code...
whatever = chr$(122) & chr$(81) & chr$(77) & chr$(71)
;-)
parameters.
In my case, the user already has access to the db, for god or bad...
/Henning
.
- Follow-Ups:
- Re: Reading comments in exe
- From: Larry Serflaten
- Re: Reading comments in exe
- References:
- Reading comments in exe
- From: AK
- Re: Reading comments in exe
- From: Henning
- Re: Reading comments in exe
- From: Richard Mueller [MVP]
- Re: Reading comments in exe
- From: Henning
- Re: Reading comments in exe
- From: BeastFish
- Re: Reading comments in exe
- From: Henning
- Reading comments in exe
- Prev by Date: Re: Reading comments in exe
- Next by Date: Re: Reading comments in exe
- Previous by thread: Re: Reading comments in exe
- Next by thread: Re: Reading comments in exe
- Index(es):
Relevant Pages
|