Click here to Skip to main content
15,889,462 members
Home / Discussions / Database
   

Database

 
GeneralAdding new rows to empty table in C# Pin
Craig Bumpstead14-Apr-04 21:21
Craig Bumpstead14-Apr-04 21:21 
GeneralRe: Adding new rows to empty table in C# Pin
-Dr_X-15-Apr-04 16:36
-Dr_X-15-Apr-04 16:36 
GeneralRe: Adding new rows to empty table in C# Pin
Craig Bumpstead18-Apr-04 12:19
Craig Bumpstead18-Apr-04 12:19 
Generalrun time error Pin
williamchou14-Apr-04 16:12
williamchou14-Apr-04 16:12 
GeneralRe: run time error Pin
Nino_114-Apr-04 16:19
Nino_114-Apr-04 16:19 
GeneralRe: run time error Pin
williamchou14-Apr-04 16:56
williamchou14-Apr-04 16:56 
GeneralRe: run time error Pin
Mike Dimmick15-Apr-04 2:26
Mike Dimmick15-Apr-04 2:26 
GeneralProblems with Sandbox Mode Pin
blakeb_114-Apr-04 9:23
blakeb_114-Apr-04 9:23 
Hello,

I have a question about querying an Access database from a .Net program. I am using C#.

What I want to be able to do is use the instrrev() function in an sql query to find the first period from the right of a string (to get the extension from and e-mail address). However, anytime i try to use instrrev I get an error saying that instrrev is an unknown function. I don't get this error when I use instr(). I researched on the internet and decided that this must be caused by the sandbox mode in the jet engine, so I turned sandbox mode off in Access. However, I still the get the same error when running the query from my C# program. Does anyone know how I can use this function, or is there any other way to solve my problem? I thought about using strreverse() and the using instr(), but it turns out that strreverse() is another function that won't work.

Any help is appreciated. Thanks!
Blake
GeneralRe: Problems with Sandbox Mode Pin
monrobot1314-Apr-04 10:00
monrobot1314-Apr-04 10:00 
GeneralRe: Problems with Sandbox Mode Pin
Mike Dimmick15-Apr-04 2:28
Mike Dimmick15-Apr-04 2:28 
GeneralRe: Problems with Sandbox Mode Pin
Chris Meech16-Apr-04 9:26
Chris Meech16-Apr-04 9:26 
GeneralReporting Services Pin
Kant14-Apr-04 9:09
Kant14-Apr-04 9:09 
GeneralSELECT and UPDATE in one statement Pin
iluha14-Apr-04 4:39
iluha14-Apr-04 4:39 
GeneralRe: SELECT and UPDATE in one statement Pin
Janya26-Apr-04 14:44
Janya26-Apr-04 14:44 
GeneralProblem with table format when pulled from SQL Server to Sql Server CE, using RDA Pull Method Pin
JustChiLLin14-Apr-04 1:13
JustChiLLin14-Apr-04 1:13 
Generalthe problem of @@TRANCOUNT--how to eliminate the no.266 error Pin
williamchou13-Apr-04 23:33
williamchou13-Apr-04 23:33 
GeneralRe: the problem of @@TRANCOUNT--how to eliminate the no.266 error Pin
Mike Dimmick14-Apr-04 5:28
Mike Dimmick14-Apr-04 5:28 
GeneralSET DATEFORMAT Pin
monrobot1312-Apr-04 19:13
monrobot1312-Apr-04 19:13 
GeneralRe: SET DATEFORMAT Pin
Mike Dimmick13-Apr-04 4:05
Mike Dimmick13-Apr-04 4:05 
GeneralRe: SET DATEFORMAT Pin
monrobot1313-Apr-04 15:20
monrobot1313-Apr-04 15:20 
GeneralFormat Columns Pin
monrobot138-Apr-04 16:42
monrobot138-Apr-04 16:42 
GeneralRe: Format Columns Pin
Colin Angus Mackay9-Apr-04 0:12
Colin Angus Mackay9-Apr-04 0:12 
GeneralRe: Format Columns Pin
monrobot139-Apr-04 6:13
monrobot139-Apr-04 6:13 
GeneralMSDE Deployment Pin
betterc8-Apr-04 5:50
betterc8-Apr-04 5:50 
GeneralRe: MSDE Deployment Pin
Sarvesvara (BVKS) Dasa13-Apr-04 18:31
Sarvesvara (BVKS) Dasa13-Apr-04 18:31 

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.