Sign Up |  Live StatsLive Stats    Articles 35,345| Comments 159,790| Members 17,820, Newest waheguruhelpme| Online 200
Home Contact
 (Forgotten?): 
    Sikhism

   
                                                                     Your Banner Here!    

Sikh Philosophy Network » Sikh Philosophy Network » Current Affairs » Information Technology » Error 3085: Undefined function 'StrReverse' in expression.

Error 3085: Undefined function 'StrReverse' in expression.

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 400 USD, Received: 35 USD (9%)
Please Donate...
Related Topics...
Thread Thread Starter Forum Replies Last Post
Error: You entered an expression that has an invalid... Simon Harris Information Technology 1 28-Jul-2006 08:22 AM
Getting error because query contains a function Domac Information Technology 5 28-Jul-2006 08:18 AM
condition expression type mismatch error kennethburr@sbcglobal.net Information Technology 3 28-Jul-2006 08:13 AM
syntax error in query expression access user Information Technology 6 28-Jul-2006 08:08 AM
Type mismatch in expression. (Error 3615 dwaynesworld013 Information Technology 4 28-Jul-2006 08:03 AM


Tags
3085, error, expression, function, strreverse, trreverse, undefined
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:35 AM
Teresa's Avatar Teresa
Guest
 
Posts: n/a
   
   
Error 3085: Undefined function 'StrReverse' in expression.

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
Hi,

Could someone please help me?
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/13265-error-3085-undefined-function-strreverse-expression.html
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265

I created a SQL code in a QUERY that uses the StrReverse function. Inside of
the Access database that query works perfectly.

However, when I call the same SQL code from a VB program using a DAO
recordset, I receive the following error message:

Error 3085: Undefined function 'StrReverse' in expression.

I already updated my system with the JET 4.0 Service Pack 8, but this
problem continues occurring.

Does someone know why?

Thanks in advance for your help,
--
Teresa



 
Do share your immediate thoughts or reactions on this issue? We value your views! Login Now! or Sign Up Today! to share your views with us.. Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-Jul-2006, 08:35 AM
Douglas J Steele's Avatar Douglas J Steele
Guest
 
Posts: n/a
   
   
Re: Error 3085: Undefined function 'StrReverse' in expression.

When you're running queries from outside of Access, you don't have the
ability to use most VBA functions.

There's no real work-around for this.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265
(no e-mails, please!)


"Teresa" wrote in message
news:104432AF-6135-45D0-9BFF-B6EFB9ED977F@microsoft.com...
> Hi,
>
> Could someone please help me?
>
> I created a SQL code in a QUERY that uses the StrReverse function. Inside

of
> the Access database that query works perfectly.
>
> However, when I call the same SQL code from a VB program using a DAO
> recordset, I receive the following error message:
>
> Error 3085: Undefined function 'StrReverse' in expression.
>
> I already updated my system with the JET 4.0 Service Pack 8, but this
> problem continues occurring.
>
> Does someone know why?
>
> Thanks in advance for your help,
> --
> Teresa



Reply With Quote
  #3 (permalink)  
Old 28-Jul-2006, 08:35 AM
Dirk Goldgar's Avatar Dirk Goldgar
Guest
 
Posts: n/a
   
   
Re: Error 3085: Undefined function 'StrReverse' in expression.

"Teresa" wrote in message
news:104432AF-6135-45D0-9BFF-B6EFB9ED977F@microsoft.com
> Hi,
>
> Could someone please help me?
>
> I created a SQL code in a QUERY that uses the StrReverse function.
> Inside of the Access database that query works perfectly.
>
> However, when I call the same SQL code from a VB program using a DAO
> recordset, I receive the following error message:
>
> Error 3085: Undefined function 'StrReverse' in expression.
>
> I already updated my system with the JET 4.0 Service Pack 8, but this
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265
> problem continues occurring.
>
> Does someone know why?


Although most of the built-in VBA functions can be used in queries that
run outside the Microsoft Access environment, I don't think StrReverse
is one of them, See Brendan Reynolds' test results here:

http://brenreyn.blogspot.com/ (Friday, September 17, 2004)

Maybe you can revise the query in such a way that it only uses the
supported functions.

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)


Reply With Quote
  #4 (permalink)  
Old 28-Jul-2006, 08:35 AM
Teresa's Avatar Teresa
Guest
 
Posts: n/a
   
   
Re: Error 3085: Undefined function 'StrReverse' in expression.

Hi Dirk,

thanks for your help.

Could you tell me if those functions should work if I disabled the sandbox
mode in the registry?
--
Teresa


"Dirk Goldgar" wrote:

> "Teresa" wrote in message
> news:104432AF-6135-45D0-9BFF-B6EFB9ED977F@microsoft.com
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265
> > Hi,
> >
> > Could someone please help me?
> >
> > I created a SQL code in a QUERY that uses the StrReverse function.
> > Inside of the Access database that query works perfectly.
> >
> > However, when I call the same SQL code from a VB program using a DAO
> > recordset, I receive the following error message:
> >
> > Error 3085: Undefined function 'StrReverse' in expression.
> >
> > I already updated my system with the JET 4.0 Service Pack 8, but this
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265
> > problem continues occurring.
> >
> > Does someone know why?

>
> Although most of the built-in VBA functions can be used in queries that
> run outside the Microsoft Access environment, I don't think StrReverse
> is one of them, See Brendan Reynolds' test results here:
>
> http://brenreyn.blogspot.com/ (Friday, September 17, 2004)
>
> Maybe you can revise the query in such a way that it only uses the
> supported functions.
>
> --
> Dirk Goldgar, MS Access MVP
> www.datagnostics.com
>
> (please reply to the newsgroup)
>
>
>

Reply With Quote
  #5 (permalink)  
Old 28-Jul-2006, 08:35 AM
Douglas J Steele's Avatar Douglas J Steele
Guest
 
Posts: n/a
   
   
Re: Error 3085: Undefined function 'StrReverse' in expression.

That won't make a difference.

--
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)


"Teresa" wrote in message
news:44C16C6F-4C0A-4151-922C-E8FA7C8B1593@microsoft.com...
> Hi Dirk,
>
> thanks for your help.
>
> Could you tell me if those functions should work if I disabled the sandbox
> mode in the registry?
> --
> Teresa
>
>
> "Dirk Goldgar" wrote:
>
> > "Teresa" wrote in message
> > news:104432AF-6135-45D0-9BFF-B6EFB9ED977F@microsoft.com
> > > Hi,
> > >
> > > Could someone please help me?
> > >
> > > I created a SQL code in a QUERY that uses the StrReverse function.
> > > Inside of the Access database that query works perfectly.
> > >
> > > However, when I call the same SQL code from a VB program using a DAO
> > > recordset, I receive the following error message:
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265
> > >
> > > Error 3085: Undefined function 'StrReverse' in expression.
> > >
> > > I already updated my system with the JET 4.0 Service Pack 8, but this
> > > problem continues occurring.
> > >
> > > Does someone know why?

> >
> > Although most of the built-in VBA functions can be used in queries that
> > run outside the Microsoft Access environment, I don't think StrReverse
> > is one of them, See Brendan Reynolds' test results here:
> >
> > http://brenreyn.blogspot.com/ (Friday, September 17, 2004)
> >
> > Maybe you can revise the query in such a way that it only uses the
> > supported functions.
> >
> > --
> > Dirk Goldgar, MS Access MVP
> > www.datagnostics.com
> >
> > (please reply to the newsgroup)
> >
> >
> >



Reply With Quote
  #6 (permalink)  
Old 28-Jul-2006, 08:35 AM
Teresa's Avatar Teresa
Guest
 
Posts: n/a
   
   
Re: Error 3085: Undefined function 'StrReverse' in expression.

Hi Douglas,

Thanks for your help.

Yes, you are right. I'll have to change my logic to use only the allowed
functions. However, I saw in the http://support.microsoft.com/kb/294698/ link
that all of the functions should work if I disable the sandbox mode.

This didn't work in my PC. I changed the registry so that the sandbox mode
was set to zero and I continue receiving the same error.

Thanks,
--
Teresa


"Douglas J Steele" wrote:
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265

> When you're running queries from outside of Access, you don't have the
> ability to use most VBA functions.
>
> There's no real work-around for this.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265
> (no e-mails, please!)
>
>
> "Teresa" wrote in message
> news:104432AF-6135-45D0-9BFF-B6EFB9ED977F@microsoft.com...
> > Hi,
> >
> > Could someone please help me?
> >
> > I created a SQL code in a QUERY that uses the StrReverse function. Inside

> of
> > the Access database that query works perfectly.
> >
> > However, when I call the same SQL code from a VB program using a DAO
> > recordset, I receive the following error message:
> >
> > Error 3085: Undefined function 'StrReverse' in expression.
> >
> > I already updated my system with the JET 4.0 Service Pack 8, but this
> > problem continues occurring.
> >
> > Does someone know why?
> >
> > Thanks in advance for your help,
> > --
> > Teresa

>
>
>

Reply With Quote
  #7 (permalink)  
Old 28-Jul-2006, 08:35 AM
Dirk Goldgar's Avatar Dirk Goldgar
Guest
 
Posts: n/a
   
   
Re: Error 3085: Undefined function 'StrReverse' in expression.

"Douglas J Steele" wrote in message
news:uPebu12pGHA.4368@TK2MSFTNGP05.phx.gbl
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265
> When you're running queries from outside of Access, you don't have the
> ability to use most VBA functions.


I think Brendan demonstrated that most of them *will* work (provided
that VBA is installed on the server). But there are definitely some
that won't.

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)


Reply With Quote
  #8 (permalink)  
Old 28-Jul-2006, 08:35 AM
Teresa's Avatar Teresa
Guest
 
Posts: n/a
   
   
Re: Error 3085: Undefined function 'StrReverse' in expression.

Yes, I realized.

Thanks for your help. I'll change my logic.
--
Teresa


"Douglas J Steele" wrote:

> That won't make a difference.
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no e-mails, please!)
>
>
> "Teresa" wrote in message
> news:44C16C6F-4C0A-4151-922C-E8FA7C8B1593@microsoft.com...
> > Hi Dirk,
> >
> > thanks for your help.
> >
> > Could you tell me if those functions should work if I disabled the sandbox
> > mode in the registry?
> > --
> > Teresa
> >
> >
> > "Dirk Goldgar" wrote:
> >
> > > "Teresa" wrote in message
> > > news:104432AF-6135-45D0-9BFF-B6EFB9ED977F@microsoft.com
> > > > Hi,
> > > >
> > > > Could someone please help me?
> > > >
> > > > I created a SQL code in a QUERY that uses the StrReverse function.
> > > > Inside of the Access database that query works perfectly.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265
> > > >
> > > > However, when I call the same SQL code from a VB program using a DAO
> > > > recordset, I receive the following error message:
> > > >
> > > > Error 3085: Undefined function 'StrReverse' in expression.
> > > >
> > > > I already updated my system with the JET 4.0 Service Pack 8, but this
> > > > problem continues occurring.
> > > >
> > > > Does someone know why?
> > >
> > > Although most of the built-in VBA functions can be used in queries that
> > > run outside the Microsoft Access environment, I don't think StrReverse
> > > is one of them, See Brendan Reynolds' test results here:
> > >
> > > http://brenreyn.blogspot.com/ (Friday, September 17, 2004)
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265
> > >
> > > Maybe you can revise the query in such a way that it only uses the
> > > supported functions.
> > >
> > > --
> > > Dirk Goldgar, MS Access MVP
> > > www.datagnostics.com
> > >
> > > (please reply to the newsgroup)
> > >
> > >
> > >

>
>
>

Reply With Quote
  #9 (permalink)  
Old 28-Jul-2006, 08:35 AM
Tony Toews's Avatar Tony Toews
Guest
 
Posts: n/a
   
   
Re: Error 3085: Undefined function 'StrReverse' in expression.

  Donate Today!  
Teresa wrote:

>I created a SQL code in a QUERY that uses the StrReverse function. Inside of
>the Access database that query works perfectly.


Presumably you are using Access to store the data thus this idea won't
work at all.

If your data was being stored in SQL Server 2005 you can now use
VB.Net inside the store procedures. (I have no idea as to the details
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265
as I've never done that.)

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=13265
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Gurbani Jukebox
Listen to Gurbani while surfing SPN!
» Active Discussions
sikhism Who is "Mohan"?
Today 08:46 AM
22 Replies, 335 Views
sikhism How important is Matha...
Today 08:12 AM
59 Replies, 1,038 Views
sikhism need urgent advice.......
Today 06:46 AM
6 Replies, 81 Views
sikhism ਨਾਮਾ
Today 06:37 AM
2 Replies, 53 Views
sikhism Sikh Diamonds Video...
Today 04:23 AM
6 Replies, 116 Views
sikhism Are Creator and Creation...
Today 01:30 AM
44 Replies, 2,837 Views
sikhism Herman Hesse,...
Today 00:54 AM
13 Replies, 229 Views
sikhism On a Scale of Most...
Yesterday 21:42 PM
30 Replies, 1,277 Views
sikhism I became victim by...
Yesterday 19:50 PM
0 Replies, 44 Views
sikhism Sikh Books downloads
Yesterday 15:39 PM
2 Replies, 66 Views
sikhism Salok Sheikh Farid ji...
Yesterday 09:35 AM
0 Replies, 47 Views
sikhism In Punjab, three farmers...
Yesterday 05:36 AM
0 Replies, 49 Views
sikhism Supernatural Sikhs, what...
Yesterday 03:45 AM
19 Replies, 414 Views
sikhism Sukhmani Sahib Astpadi...
26-May-2012 22:57 PM
0 Replies, 51 Views
Do You Think You Are...
26-May-2012 09:59 AM
94 Replies, 8,258 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.2

All times are GMT +6.5. The time now is 09:25 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.5.2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.58082 seconds with 30 queries