Click here to Skip to main content
15,896,153 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to show desktop from an application Pin
DaveyM694-Jul-08 10:34
professionalDaveyM694-Jul-08 10:34 
QuestionHow to draw on an image Pin
asteriskgr4-Jul-08 8:29
asteriskgr4-Jul-08 8:29 
AnswerRe: How to draw on an image Pin
Christian Graus4-Jul-08 9:45
protectorChristian Graus4-Jul-08 9:45 
AnswerRe: How to draw on an image Pin
sa_runner7-Jul-08 4:14
sa_runner7-Jul-08 4:14 
QuestionData Gridview colume hiding Pin
rajesh_ncc4-Jul-08 3:53
rajesh_ncc4-Jul-08 3:53 
AnswerRe: Data Gridview colume hiding Pin
Rupesh Kumar Swami4-Jul-08 4:04
Rupesh Kumar Swami4-Jul-08 4:04 
Questionvb6 adodc delete Pin
Amit Battan Ror4-Jul-08 3:04
Amit Battan Ror4-Jul-08 3:04 
AnswerRe: vb6 adodc delete Pin
Vimalsoft(Pty) Ltd4-Jul-08 4:23
professionalVimalsoft(Pty) Ltd4-Jul-08 4:23 
hi Amit Battan Ror

Have you initiated a Development in vb6?

If so,VB6 its Dead incase you dont know. Try to learn C# or vb.net.If your Company is Still Planning to keep vb6 apps and you have to maintain them, start sending out your resume because you are going to kill your skills. Now lets get back to your error.To update a Database record.. the Server has to know exactly which record it is that you want to change.. ie. it needs a UNIQUE key of some kind to process the record. IF in your DataBase table you do NOT define a field as being unique, ADO will look at the data and then try to build a (temporary)UNIQUE key.. which then can be used to perform the update. Sometimes ADO
is successful in doing this.. and sometimes it is NOT (as witnessed by your present dilemna).The first thing you should do is go and check the Tables you are using to make sure that each of them has at least ONE unique field defined.. and if there is none.. add a Unique identifyling field (such as an Autonumber) to it.

Hope it helps

Vuyiswa Maseko,

Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding

VB.NET/SQL7/2000/2005
http://vuyiswamb.007ihost.com
http://Ecadre.007ihost.com
vuyiswam@tshwane.gov.za


AnswerRe: vb6 adodc delete Pin
Vimalsoft(Pty) Ltd9-Jul-08 4:54
professionalVimalsoft(Pty) Ltd9-Jul-08 4:54 
QuestionGet value from Mutiple fom Pin
Sarfaraj Ahmed4-Jul-08 2:33
Sarfaraj Ahmed4-Jul-08 2:33 
AnswerRe: Get value from Mutiple fom Pin
nlarson114-Jul-08 3:07
nlarson114-Jul-08 3:07 
GeneralRe: Get value from Mutiple fom Pin
Sarfaraj Ahmed4-Jul-08 3:51
Sarfaraj Ahmed4-Jul-08 3:51 
AnswerRe: Get value from Mutiple fom Pin
Jay Royall4-Jul-08 3:54
Jay Royall4-Jul-08 3:54 
QuestionHow to read EDI files like 835, 837 Pin
K Suresh Reddy4-Jul-08 1:22
K Suresh Reddy4-Jul-08 1:22 
AnswerRe: How to read EDI files like 835, 837 Pin
Dave Kreskowiak4-Jul-08 6:32
mveDave Kreskowiak4-Jul-08 6:32 
GeneralRe: How to read EDI files like 835, 837 Pin
K Suresh Reddy7-Jul-08 19:03
K Suresh Reddy7-Jul-08 19:03 
GeneralRe: How to read EDI files like 835, 837 Pin
Dave Kreskowiak8-Jul-08 9:29
mveDave Kreskowiak8-Jul-08 9:29 
QuestionEdit the data in a detail view at run time Pin
Rock Star.3-Jul-08 23:59
Rock Star.3-Jul-08 23:59 
AnswerRe: Edit the data in a detail view at run time Pin
Vimalsoft(Pty) Ltd4-Jul-08 4:45
professionalVimalsoft(Pty) Ltd4-Jul-08 4:45 
Questionrestrict project to run only 20 times Pin
vijaylumar3-Jul-08 23:20
vijaylumar3-Jul-08 23:20 
AnswerRe: restrict project to run only 20 times Pin
Rupesh Kumar Swami3-Jul-08 23:29
Rupesh Kumar Swami3-Jul-08 23:29 
GeneralRe: restrict project to run only 20 times Pin
vijaylumar3-Jul-08 23:46
vijaylumar3-Jul-08 23:46 
AnswerRe: restrict project to run only 20 times Pin
jeipiyaku4-Jul-08 0:00
jeipiyaku4-Jul-08 0:00 
GeneralRe: restrict project to run only 20 times Pin
LloydA1114-Jul-08 12:07
LloydA1114-Jul-08 12:07 
AnswerRe: restrict project to run only 20 times Pin
Christian Graus4-Jul-08 0:44
protectorChristian Graus4-Jul-08 0:44 

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.