Click here to Skip to main content
15,887,135 members
Home / Discussions / Database
   

Database

 
Question[SOLVED] PL/MySQL - Duplicated last row Pin
noislude29-Aug-13 3:58
noislude29-Aug-13 3:58 
QuestionHelp Me Pin
Kailashkumar Raghvani28-Aug-13 21:57
Kailashkumar Raghvani28-Aug-13 21:57 
AnswerRe: Help Me Pin
Ingo28-Aug-13 22:30
Ingo28-Aug-13 22:30 
AnswerRe: Help Me Pin
Simon_Whale29-Aug-13 0:13
Simon_Whale29-Aug-13 0:13 
AnswerRe: Help Me Pin
Amol_B11-Oct-13 0:26
professionalAmol_B11-Oct-13 0:26 
Questiondatabase connectivity issue Pin
knaivekiller26-Aug-13 21:21
knaivekiller26-Aug-13 21:21 
AnswerRe: database connectivity issue Pin
Jörgen Andersson26-Aug-13 21:32
professionalJörgen Andersson26-Aug-13 21:32 
Questionselecting maximum entry from sql server compact column Pin
paul4everyone24-Aug-13 0:02
paul4everyone24-Aug-13 0:02 
please help me, i have been having sleepless nights on this code

Select max(convert(int,SubString(Employee_ID,PATINDEX('%[0-9]%',Employee_ID),Len(Employee_ID)))) from Employee

this code returns a value of 20, when i used sql server 2012
from a column(varchar()) that contains the following;

emp001
emp005
emp020
emp018

but now, in sql server compact 4.0 column(nvarchar()), the following errors are thrown;

Error Code: 80040E14
Message : Data conversion failed. [ OLE DB status value (if known) = 2 ]
Minor Err.: 26306
Source : SQL Server Compact ADO.NET Data Provider
Num. Par. : 2

i am using vb in vs 2012
please what am i not understanding?
thanks a lot
AnswerRe: selecting maximum entry from sql server compact column Pin
Tim Carmichael24-Aug-13 2:14
Tim Carmichael24-Aug-13 2:14 
GeneralRe: selecting maximum entry from sql server compact column Pin
paul4everyone24-Aug-13 2:43
paul4everyone24-Aug-13 2:43 
AnswerRe: selecting maximum entry from sql server compact column Pin
paul4everyone24-Aug-13 2:38
paul4everyone24-Aug-13 2:38 
AnswerRe: selecting maximum entry from sql server compact column Pin
Eddy Vluggen24-Aug-13 2:43
professionalEddy Vluggen24-Aug-13 2:43 
AnswerRe: selecting maximum entry from sql server compact column Pin
paul4everyone24-Aug-13 2:47
paul4everyone24-Aug-13 2:47 
GeneralRe: selecting maximum entry from sql server compact column Pin
Mycroft Holmes24-Aug-13 13:31
professionalMycroft Holmes24-Aug-13 13:31 
GeneralRe: selecting maximum entry from sql server compact column Pin
Jörgen Andersson26-Aug-13 21:30
professionalJörgen Andersson26-Aug-13 21:30 
AnswerRe: selecting maximum entry from sql server compact column Pin
paul4everyone25-Aug-13 4:19
paul4everyone25-Aug-13 4:19 
GeneralRe: selecting maximum entry from sql server compact column Pin
Mycroft Holmes25-Aug-13 12:40
professionalMycroft Holmes25-Aug-13 12:40 
QuestionPL/MySQL - No data - zero rows fetched, selected, or processed Pin
noislude22-Aug-13 5:22
noislude22-Aug-13 5:22 
AnswerRe: PL/MySQL - No data - zero rows fetched, selected, or processed Pin
GuyThiebaut22-Aug-13 5:50
professionalGuyThiebaut22-Aug-13 5:50 
GeneralRe: PL/MySQL - No data - zero rows fetched, selected, or processed Pin
noislude22-Aug-13 10:10
noislude22-Aug-13 10:10 
QuestionALTER TABLE question Pin
Corporal Agarn22-Aug-13 1:29
professionalCorporal Agarn22-Aug-13 1:29 
AnswerRe: ALTER TABLE question Pin
Simon_Whale22-Aug-13 1:49
Simon_Whale22-Aug-13 1:49 
GeneralRe: ALTER TABLE question Pin
Corporal Agarn22-Aug-13 1:56
professionalCorporal Agarn22-Aug-13 1:56 
AnswerRe: ALTER TABLE question Pin
Shameel22-Aug-13 2:34
professionalShameel22-Aug-13 2:34 
QuestionXML Clause is not allowed Pin
iCanDivideByZero21-Aug-13 7:13
iCanDivideByZero21-Aug-13 7:13 

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.