Click here to Skip to main content
15,909,737 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Building projects from a batch file Pin
Colin Angus Mackay3-Jan-07 0:42
Colin Angus Mackay3-Jan-07 0:42 
QuestionBuilding Windows Froms project using NAnt Pin
dlarkin774-Jan-07 23:48
dlarkin774-Jan-07 23:48 
QuestionUpdating DataSets Pin
MatthysDT2-Jan-07 23:28
MatthysDT2-Jan-07 23:28 
Questionvirtual execution system Pin
kiranknair2-Jan-07 22:59
kiranknair2-Jan-07 22:59 
AnswerRe: virtual execution system Pin
Christian Graus2-Jan-07 23:00
protectorChristian Graus2-Jan-07 23:00 
AnswerRe: virtual execution system Pin
Dave Kreskowiak3-Jan-07 2:11
mveDave Kreskowiak3-Jan-07 2:11 
Questionmemo problem Pin
amaneet2-Jan-07 22:55
amaneet2-Jan-07 22:55 
AnswerRe: memo problem Pin
Johan Hakkesteegt3-Jan-07 6:47
Johan Hakkesteegt3-Jan-07 6:47 
Hi Pankaj,

If I understand you correctly, you are either getting what you want, or you are using the wrong type. In some databases text = memo, in a sense it is type NVARCHAR, but with the maximum length for such a field. If you want to create a field that can contain text of a certain length, you should use:
create table tablename(field1, NVARCHAR(x))
where x is some number.

I hope that answers your question,

Johan

My advice is free, and you may get what you paid for.

GeneralRe: memo problem Pin
amaneet6-Jan-07 0:24
amaneet6-Jan-07 0:24 
Questionintptr in vb.net Pin
amaneet2-Jan-07 22:49
amaneet2-Jan-07 22:49 
AnswerRe: intptr in vb.net Pin
Christian Graus2-Jan-07 22:57
protectorChristian Graus2-Jan-07 22:57 
GeneralRe: intptr in vb.net Pin
amaneet3-Jan-07 0:20
amaneet3-Jan-07 0:20 
AnswerRe: intptr in vb.net Pin
Dave Kreskowiak3-Jan-07 2:09
mveDave Kreskowiak3-Jan-07 2:09 
AnswerRe: intptr in vb.net Pin
Martin.Smith3-Jan-07 2:49
Martin.Smith3-Jan-07 2:49 
Questionintptr in vb.net Pin
amaneet2-Jan-07 22:46
amaneet2-Jan-07 22:46 
AnswerRe: intptr in vb.net Pin
Christian Graus2-Jan-07 22:58
protectorChristian Graus2-Jan-07 22:58 
Questionregarding my previous qestion about linegetcountry() TAPI Pin
hihsh2-Jan-07 22:39
hihsh2-Jan-07 22:39 
AnswerRe: regarding my previous qestion about linegetcountry() TAPI Pin
Dave Kreskowiak3-Jan-07 5:00
mveDave Kreskowiak3-Jan-07 5:00 
QuestionForm resize issue Pin
darkturtle2-Jan-07 22:00
darkturtle2-Jan-07 22:00 
AnswerRe: Form resize issue Pin
Martin.Smith2-Jan-07 22:29
Martin.Smith2-Jan-07 22:29 
GeneralRe: Form resize issue Pin
darkturtle2-Jan-07 22:53
darkturtle2-Jan-07 22:53 
GeneralRe: Form resize issue Pin
Martin.Smith3-Jan-07 1:26
Martin.Smith3-Jan-07 1:26 
AnswerRe: Form resize issue Pin
Christian Graus2-Jan-07 22:32
protectorChristian Graus2-Jan-07 22:32 
GeneralRe: Form resize issue Pin
darkturtle2-Jan-07 22:57
darkturtle2-Jan-07 22:57 
GeneralRe: Form resize issue Pin
Christian Graus2-Jan-07 22:59
protectorChristian Graus2-Jan-07 22:59 

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.