473,748 Members | 2,887 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access XP weirdness ...

I don't know if this has anything to do with AccessXP running on Terminal
Services with Access97/2000 also installed, but here is one example of a
query that does not work any longer:

SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS
MajorCategory, PreOwned.PaintC olor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the proper
data is returned with no error.

Any suggestions? I have very little hair left on my head after this!!!

Thanks,
--Terry

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
Nov 12 '05 #1
23 2690
Even without a space in the name, I think it wants brackets around the field name.

DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@saskt el.net> wrote in message news:vp******** ****@corp.super news.com...
I don't know if this has anything to do with AccessXP running on Terminal
Services with Access97/2000 also installed, but here is one example of a
query that does not work any longer:

SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS
MajorCategory, PreOwned.PaintC olor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the proper
data is returned with no error.

Any suggestions? I have very little hair left on my head after this!!!

Thanks,
--Terry

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

Nov 12 '05 #2
Hi Wayne ...

Thanks for your reply. I tried surrounding ALL the fields with brackets
with no success. I still get the UNKNOWN FUNCTION NAME error.

Any other suggestions? Anyone?

The same query works fine on other machines running AccessXP. I've tried
uninstalling/reinstalling XP. I've tried everything I can think of.

Help!

"Wayne Morgan" <co************ *************** @hotmail.com> wrote in message
news:a8******** ***********@new ssvr33.news.pro digy.com...
Even without a space in the name, I think it wants brackets around the field name.
DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@saskt el.net> wrote in message

news:vp******** ****@corp.super news.com...
I don't know if this has anything to do with AccessXP running on Terminal Services with Access97/2000 also installed, but here is one example of a
query that does not work any longer:

SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS
MajorCategory, PreOwned.PaintC olor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the proper data is returned with no error.

Any suggestions? I have very little hair left on my head after this!!!

Thanks,
--Terry

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
Nov 12 '05 #3
By the way, the exact same query works fine in Access 97 on the same
machine.

Terry
"JustMe" <te******@saskt el.net> wrote in message
news:vp******** ****@corp.super news.com...
Hi Wayne ...

Thanks for your reply. I tried surrounding ALL the fields with brackets
with no success. I still get the UNKNOWN FUNCTION NAME error.

Any other suggestions? Anyone?

The same query works fine on other machines running AccessXP. I've tried
uninstalling/reinstalling XP. I've tried everything I can think of.

Help!

"Wayne Morgan" <co************ *************** @hotmail.com> wrote in message news:a8******** ***********@new ssvr33.news.pro digy.com...
Even without a space in the name, I think it wants brackets around the

field name.

DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@saskt el.net> wrote in message

news:vp******** ****@corp.super news.com...
I don't know if this has anything to do with AccessXP running on Terminal Services with Access97/2000 also installed, but here is one example of a query that does not work any longer:

SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS
MajorCategory, PreOwned.PaintC olor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the proper data is returned with no error.

Any suggestions? I have very little hair left on my head after this!!!
Thanks,
--Terry

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
Nov 12 '05 #4
If it works fine on other machines then it sounds like a References problem. Open a code
window (Alt+F11) and go to Tools|Reference s. Compare them with a machine that does work.
Also, make sure none of them are listed as MISSING.

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@saskt el.net> wrote in message news:vp******** ****@corp.super news.com...
By the way, the exact same query works fine in Access 97 on the same
machine.

Terry
"JustMe" <te******@saskt el.net> wrote in message
news:vp******** ****@corp.super news.com...
Hi Wayne ...

Thanks for your reply. I tried surrounding ALL the fields with brackets
with no success. I still get the UNKNOWN FUNCTION NAME error.

Any other suggestions? Anyone?

The same query works fine on other machines running AccessXP. I've tried
uninstalling/reinstalling XP. I've tried everything I can think of.

Help!

"Wayne Morgan" <co************ *************** @hotmail.com> wrote in

message
news:a8******** ***********@new ssvr33.news.pro digy.com...
Even without a space in the name, I think it wants brackets around the

field name.

DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@saskt el.net> wrote in message

news:vp******** ****@corp.super news.com...
> I don't know if this has anything to do with AccessXP running on

Terminal
> Services with Access97/2000 also installed, but here is one example of a > query that does not work any longer:
>
> SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS
> MajorCategory, PreOwned.PaintC olor
> FROM PreOwned;
>
> When I try to run the above query I get the following error:
>
> UNKNOWN FUNCTION NAME
>
> If I execute the exact same dlookup from the immediate window, the

proper
> data is returned with no error.
>
> Any suggestions? I have very little hair left on my head after this!!! >
> Thanks,
> --Terry
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
>
>

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

Nov 12 '05 #5
Hi Wayne ...

I've already tried this. All references are identical to my other machine.
None are missing.

Any other suggestions?
--Terry
"Wayne Morgan" <co************ *************** @hotmail.com> wrote in message
news:O%******** **********@news svr16.news.prod igy.com...
If it works fine on other machines then it sounds like a References problem. Open a code window (Alt+F11) and go to Tools|Reference s. Compare them with a machine that does work. Also, make sure none of them are listed as MISSING.

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@saskt el.net> wrote in message

news:vp******** ****@corp.super news.com...
By the way, the exact same query works fine in Access 97 on the same
machine.

Terry
"JustMe" <te******@saskt el.net> wrote in message
news:vp******** ****@corp.super news.com...
Hi Wayne ...

Thanks for your reply. I tried surrounding ALL the fields with brackets with no success. I still get the UNKNOWN FUNCTION NAME error.

Any other suggestions? Anyone?

The same query works fine on other machines running AccessXP. I've tried uninstalling/reinstalling XP. I've tried everything I can think of.

Help!

"Wayne Morgan" <co************ *************** @hotmail.com> wrote in

message
news:a8******** ***********@new ssvr33.news.pro digy.com...
> Even without a space in the name, I think it wants brackets around the field name.
>
> DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")
>
> --
> Wayne Morgan
> Microsoft Access MVP
>
>
> "JustMe" <te******@saskt el.net> wrote in message
news:vp******** ****@corp.super news.com...
> > I don't know if this has anything to do with AccessXP running on
Terminal
> > Services with Access97/2000 also installed, but here is one
example of a
> > query that does not work any longer:
> >
> > SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS
> > MajorCategory, PreOwned.PaintC olor
> > FROM PreOwned;
> >
> > When I try to run the above query I get the following error:
> >
> > UNKNOWN FUNCTION NAME
> >
> > If I execute the exact same dlookup from the immediate window, the
proper
> > data is returned with no error.
> >
> > Any suggestions? I have very little hair left on my head after

this!!!
> >
> > Thanks,
> > --Terry
> >
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
> >
> >
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
Nov 12 '05 #6
Here's my standard blurb on fixing reference problems:

On the machine(s) where it's not working, open any code module (or open the
Debug Window, using Ctrl-G, provided you haven't selected the "keep debug
window on top" option). Select Tools | References from the menu bar. Examine
all of the selected references.

If any of the selected references have "MISSING:" in front of them, unselect
them, and back out of the dialog. If you really need the reference(s) you
just unselected (you can tell by doing a Compile All Modules), go back in
and reselect them.

If none have "MISSING:", select an additional reference at random, back out
of the dialog, then go back in and unselect the reference you just added. If
that doesn't solve the problem, try to unselect as many of the selected
references as you can (Access may not let you unselect them all), back out
of the dialog, then go back in and reselect the references you just
unselected. (NOTE: write down what the references are before you delete
them, because they'll be in a different order when you go back in)
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)

"JustMe" <te******@saskt el.net> wrote in message
news:vp******** ****@corp.super news.com...
Hi Wayne ...

I've already tried this. All references are identical to my other machine. None are missing.

Any other suggestions?
--Terry
"Wayne Morgan" <co************ *************** @hotmail.com> wrote in message news:O%******** **********@news svr16.news.prod igy.com...
If it works fine on other machines then it sounds like a References

problem. Open a code
window (Alt+F11) and go to Tools|Reference s. Compare them with a machine

that does work.
Also, make sure none of them are listed as MISSING.

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@saskt el.net> wrote in message

news:vp******** ****@corp.super news.com...
By the way, the exact same query works fine in Access 97 on the same
machine.

Terry
"JustMe" <te******@saskt el.net> wrote in message
news:vp******** ****@corp.super news.com...
> Hi Wayne ...
>
> Thanks for your reply. I tried surrounding ALL the fields with brackets > with no success. I still get the UNKNOWN FUNCTION NAME error.
>
> Any other suggestions? Anyone?
>
> The same query works fine on other machines running AccessXP. I've tried > uninstalling/reinstalling XP. I've tried everything I can think of.
>
> Help!
>
> "Wayne Morgan" <co************ *************** @hotmail.com> wrote in
message
> news:a8******** ***********@new ssvr33.news.pro digy.com...
> > Even without a space in the name, I think it wants brackets around the > field name.
> >
> > DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")
> >
> > --
> > Wayne Morgan
> > Microsoft Access MVP
> >
> >
> > "JustMe" <te******@saskt el.net> wrote in message
> news:vp******** ****@corp.super news.com...
> > > I don't know if this has anything to do with AccessXP running on
> Terminal
> > > Services with Access97/2000 also installed, but here is one example of a
> > > query that does not work any longer:
> > >
> > > SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS
> > > MajorCategory, PreOwned.PaintC olor
> > > FROM PreOwned;
> > >
> > > When I try to run the above query I get the following error:
> > >
> > > UNKNOWN FUNCTION NAME
> > >
> > > If I execute the exact same dlookup from the immediate window, the > proper
> > > data is returned with no error.
> > >
> > > Any suggestions? I have very little hair left on my head after
this!!!
> > >
> > > Thanks,
> > > --Terry
> > >
> > >
> > >
> > > ---
> > > Outgoing mail is certified Virus Free.
> > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
> > >
> > >
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

Nov 12 '05 #7
Hi Douglas ...

Thanks for your suggestions. Unfortunately still a no-go. I've tried
everything with no success.

Any other ideas? Anyone?

--Terry
"Douglas J. Steele" <NOSPAM_djsteel e@NOSPAM_canada .com> wrote in message
news:tj******** *****@news04.bl oor.is.net.cabl e.rogers.com...
Here's my standard blurb on fixing reference problems:

On the machine(s) where it's not working, open any code module (or open the Debug Window, using Ctrl-G, provided you haven't selected the "keep debug
window on top" option). Select Tools | References from the menu bar. Examine all of the selected references.

If any of the selected references have "MISSING:" in front of them, unselect them, and back out of the dialog. If you really need the reference(s) you
just unselected (you can tell by doing a Compile All Modules), go back in
and reselect them.

If none have "MISSING:", select an additional reference at random, back out of the dialog, then go back in and unselect the reference you just added. If that doesn't solve the problem, try to unselect as many of the selected
references as you can (Access may not let you unselect them all), back out
of the dialog, then go back in and reselect the references you just
unselected. (NOTE: write down what the references are before you delete
them, because they'll be in a different order when you go back in)
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(No private e-mails, please)

"JustMe" <te******@saskt el.net> wrote in message
news:vp******** ****@corp.super news.com...
Hi Wayne ...

I've already tried this. All references are identical to my other

machine.
None are missing.

Any other suggestions?
--Terry
"Wayne Morgan" <co************ *************** @hotmail.com> wrote in

message
news:O%******** **********@news svr16.news.prod igy.com...
If it works fine on other machines then it sounds like a References

problem. Open a code
window (Alt+F11) and go to Tools|Reference s. Compare them with a machine
that does work.
Also, make sure none of them are listed as MISSING.

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@saskt el.net> wrote in message

news:vp******** ****@corp.super news.com...
> By the way, the exact same query works fine in Access 97 on the same
> machine.
>
> Terry
> "JustMe" <te******@saskt el.net> wrote in message
> news:vp******** ****@corp.super news.com...
> > Hi Wayne ...
> >
> > Thanks for your reply. I tried surrounding ALL the fields with

brackets
> > with no success. I still get the UNKNOWN FUNCTION NAME error.
> >
> > Any other suggestions? Anyone?
> >
> > The same query works fine on other machines running AccessXP.
I've
tried
> > uninstalling/reinstalling XP. I've tried everything I can think
of. > >
> > Help!
> >
> > "Wayne Morgan" <co************ *************** @hotmail.com> wrote in > message
> > news:a8******** ***********@new ssvr33.news.pro digy.com...
> > > Even without a space in the name, I think it wants brackets around the
> > field name.
> > >
> > > DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")
> > >
> > > --
> > > Wayne Morgan
> > > Microsoft Access MVP
> > >
> > >
> > > "JustMe" <te******@saskt el.net> wrote in message
> > news:vp******** ****@corp.super news.com...
> > > > I don't know if this has anything to do with AccessXP running

on > > Terminal
> > > > Services with Access97/2000 also installed, but here is one

example of
> a
> > > > query that does not work any longer:
> > > >
> > > > SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS > > > > MajorCategory, PreOwned.PaintC olor
> > > > FROM PreOwned;
> > > >
> > > > When I try to run the above query I get the following error:
> > > >
> > > > UNKNOWN FUNCTION NAME
> > > >
> > > > If I execute the exact same dlookup from the immediate window,

the > > proper
> > > > data is returned with no error.
> > > >
> > > > Any suggestions? I have very little hair left on my head after > this!!!
> > > >
> > > > Thanks,
> > > > --Terry
> > > >
> > > >
> > > >
> > > > ---
> > > > Outgoing mail is certified Virus Free.
> > > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003 > > > >
> > > >
> > >
> > >
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
>
>

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/3/2003
Nov 12 '05 #8
Let's go back a step, you said you surrounded ALL the field with brackets as a try. It
doesn't like brackets around the table's name, did you bracket that one also?

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@saskt el.net> wrote in message news:vp******** ****@corp.super news.com...
Hi Wayne ...

I've already tried this. All references are identical to my other machine.
None are missing.

Any other suggestions?
--Terry
"Wayne Morgan" <co************ *************** @hotmail.com> wrote in message
news:O%******** **********@news svr16.news.prod igy.com...
If it works fine on other machines then it sounds like a References

problem. Open a code
window (Alt+F11) and go to Tools|Reference s. Compare them with a machine

that does work.
Also, make sure none of them are listed as MISSING.

--
Wayne Morgan
Microsoft Access MVP
"JustMe" <te******@saskt el.net> wrote in message

news:vp******** ****@corp.super news.com...
By the way, the exact same query works fine in Access 97 on the same
machine.

Terry
"JustMe" <te******@saskt el.net> wrote in message
news:vp******** ****@corp.super news.com...
> Hi Wayne ...
>
> Thanks for your reply. I tried surrounding ALL the fields with brackets > with no success. I still get the UNKNOWN FUNCTION NAME error.
>
> Any other suggestions? Anyone?
>
> The same query works fine on other machines running AccessXP. I've tried > uninstalling/reinstalling XP. I've tried everything I can think of.
>
> Help!
>
> "Wayne Morgan" <co************ *************** @hotmail.com> wrote in
message
> news:a8******** ***********@new ssvr33.news.pro digy.com...
> > Even without a space in the name, I think it wants brackets around the > field name.
> >
> > DLookUp("[MajorCategory]", "Auto Types", [auto Type]='1'")
> >
> > --
> > Wayne Morgan
> > Microsoft Access MVP
> >
> >
> > "JustMe" <te******@saskt el.net> wrote in message
> news:vp******** ****@corp.super news.com...
> > > I don't know if this has anything to do with AccessXP running on
> Terminal
> > > Services with Access97/2000 also installed, but here is one example of a
> > > query that does not work any longer:
> > >
> > > SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS
> > > MajorCategory, PreOwned.PaintC olor
> > > FROM PreOwned;
> > >
> > > When I try to run the above query I get the following error:
> > >
> > > UNKNOWN FUNCTION NAME
> > >
> > > If I execute the exact same dlookup from the immediate window, the
> proper
> > > data is returned with no error.
> > >
> > > Any suggestions? I have very little hair left on my head after
this!!!
> > >
> > > Thanks,
> > > --Terry
> > >
> > >
> > >
> > > ---
> > > Outgoing mail is certified Virus Free.
> > > Checked by AVG anti-virus system (http://www.grisoft.com).
> > > Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
> > >
> > >
> >
> >
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003
>
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003

Nov 12 '05 #9
On Fri, 24 Oct 2003 12:14:10 -0600, "JustMe" <te******@saskt el.net>
wrote:

Very curious. Can you repeat this with a similar query in the
Northwind sample database?

I'm assuming this works fine:
SELECT "test" AS
MajorCategory, PreOwned.PaintC olor
FROM PreOwned;

-Tom.
I don't know if this has anything to do with AccessXP running on Terminal
Services with Access97/2000 also installed, but here is one example of a
query that does not work any longer:

SELECT DLookUp("MajorC ategory","AutoT ypes","[autoType]='1'") AS
MajorCategor y, PreOwned.PaintC olor
FROM PreOwned;

When I try to run the above query I get the following error:

UNKNOWN FUNCTION NAME

If I execute the exact same dlookup from the immediate window, the proper
data is returned with no error.

Any suggestions? I have very little hair left on my head after this!!!

Thanks,
--Terry

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date: 9/2/2003


Nov 12 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1367
by: Raptor | last post by:
The error is the common "access denied to user@localhost on database," or whatever the exact language is. (I email from Linux so can't copy the exact wordage right now.) But like I say, it only occurs on IE running on the woeful Windows ME. I haven't tried it on another flavor of Windows. Netscape works just fine on whatever both OSes I have. Here's the code, short and sweet: // database variables $userName = GetDBUserName();
15
2177
by: Corne' Cornelius | last post by:
Hi, I'm experiencing some weirdness in a program, when subtracting 2 (double)'s which should result in 0, but instead it returns -1.11022e-16. It looks to me that changing the double x_step decleration to unsigned type, might help, but the compiler complains when i try that. Any ideas ? #include <iostream>
166
8643
by: Graham | last post by:
This has to do with class variables and instances variables. Given the following: <code> class _class: var = 0 #rest of the class
3
1930
by: Dan | last post by:
I hate it when people think that their own misunderstandings are bugs in the program, but this time I think I've got something. If I run the following SQL code in Access 2000, I get unexpected results: SELECT MY_FIELD FROM ( SELECT NULL AS MY_FIELD FROM DUAL
5
1706
by: David Thielen | last post by:
Hi; I am creating png files in my ASP .NET app. When I am running under Windows 2003/IIS 6, the file is not given the security permissions it should have. It does not have any permission for several users that the directory it is in has, including IUSR_JASMINE (my system is named jasmine). Here is the weird part. In my aps .net code I have the following: String jname = Request.PhysicalApplicationPath + "images\\java_" + fileNum +...
7
2636
prn
by: prn | last post by:
Hi folks, Sometime in the last few days, I must have accidentally done something that changed some kind of switch in Access, but I can't seem to find what it was. This is Access 2003 under XP, BTW. Currently, when I'm editing any kind of textual material within Access, e.g. a SQL statement or something in the Properties for a GUI element, I find that whenever I move the text cursor within that text, it selects (inverts) the text between...
5
5623
by: kkadrese | last post by:
hello group, how to get ttyS0 serial port for exclusive access? I have a python script that uses this device with AT commands. I need that two instances can call simultaneosuly this python script but only one of them gets the device. I tried fcntl.flock, it was just ignored, put writtable file LCK..ttyS0 in /var/lock, tried ioctl (but I may not know what are appropriate arguments), googled half a day for various phrases, error messages...
2
2372
by: JYA | last post by:
Hi. I was writing an xmltv parser using python when I faced some weirdness that I couldn't explain. What I'm doing, is read an xml file, create another dom object and copy the element from one to the other. At no time do I ever modify the original dom object, yet it gets modified.
1
920
by: GaryGen | last post by:
Hi, I have a VB.NET EXE which needs to remain in house. We would like to have outside people code modules that can be dynamically loaded and used by our EXE. We can place the requirement on the external modules that they be managed if needed. I am assuming we would want them to create DLL's. I can load these dynamically with LoadLibrary and access functions using GetProcAddress and Marshal.GetDelegateForFunctionPointer.
0
8991
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8830
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9544
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9247
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8243
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6074
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4606
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3313
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.