Click here to Skip to main content
15,916,280 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Access Pin
Dave Kreskowiak10-Aug-06 2:41
mveDave Kreskowiak10-Aug-06 2:41 
GeneralRe: Access Pin
Paul Conrad10-Aug-06 10:31
professionalPaul Conrad10-Aug-06 10:31 
QuestionError, cant update access..?? [modified] Pin
campbells9-Aug-06 22:59
campbells9-Aug-06 22:59 
AnswerRe: Error, cant update access..?? Pin
Dave Sexton10-Aug-06 0:23
Dave Sexton10-Aug-06 0:23 
GeneralRe: Error, cant update access..?? Pin
campbells10-Aug-06 15:50
campbells10-Aug-06 15:50 
GeneralRe: Error, cant update access..?? Pin
Agus Budianto13-Aug-06 4:04
Agus Budianto13-Aug-06 4:04 
GeneralRe: Error, cant update access..?? Pin
campbells13-Aug-06 15:20
campbells13-Aug-06 15:20 
GeneralRe: Error, cant update access..?? Pin
Agus Budianto17-Aug-06 17:23
Agus Budianto17-Aug-06 17:23 
usually that error raise because of we forget declaring new instance of an object in vb6
try this
...
dim DB as new adodb.connection, tick as string
if answer=vbyes then 
tick="True"
db.connectionstring="provider=microsoft.jet.oledb.4.0;data source=c:\db1.mdb"
db.open
db.execute "UPDATE Dono SET InvoicePrint = " & tick & " WHERE [NO] = "'" & dorder.dono.text & "'"
end if
end sub

GeneralRe: Error, cant update access..?? [modified] Pin
campbells17-Aug-06 17:50
campbells17-Aug-06 17:50 
GeneralRe: Error, cant update access..?? Pin
Agus Budianto17-Aug-06 18:27
Agus Budianto17-Aug-06 18:27 
GeneralRe: Error, cant update access..?? Pin
campbells17-Aug-06 19:39
campbells17-Aug-06 19:39 
GeneralRe: Error, cant update access..?? Pin
Agus Budianto18-Aug-06 22:40
Agus Budianto18-Aug-06 22:40 
GeneralRe: Error, cant update access..?? Pin
campbells23-Aug-06 15:12
campbells23-Aug-06 15:12 
GeneralRe: Error, cant update access..?? Pin
Agus Budianto24-Aug-06 22:14
Agus Budianto24-Aug-06 22:14 
QuestionSortable Objects Pin
Mark069-Aug-06 22:38
Mark069-Aug-06 22:38 
AnswerRe: Sortable Objects Pin
Dave Sexton10-Aug-06 0:22
Dave Sexton10-Aug-06 0:22 
GeneralRe: Sortable Objects Pin
Mark0610-Aug-06 0:26
Mark0610-Aug-06 0:26 
GeneralRe: Sortable Objects Pin
Kevin McFarlane10-Aug-06 0:46
Kevin McFarlane10-Aug-06 0:46 
QuestionProblem with RTF Text in Crystal report 8 Pin
iamalik9-Aug-06 20:29
professionaliamalik9-Aug-06 20:29 
Questiondatagrid Pin
vengaqua9-Aug-06 20:15
vengaqua9-Aug-06 20:15 
AnswerRe: datagrid Pin
vbdotnetcoder200510-Aug-06 5:34
vbdotnetcoder200510-Aug-06 5:34 
GeneralRe: datagrid Pin
vengaqua10-Aug-06 18:31
vengaqua10-Aug-06 18:31 
GeneralRe: datagrid Pin
vbdotnetcoder200511-Aug-06 10:59
vbdotnetcoder200511-Aug-06 10:59 
GeneralRe: datagrid Pin
vengaqua16-Aug-06 22:12
vengaqua16-Aug-06 22:12 
GeneralRe: datagrid Pin
vengaqua10-Aug-06 18:34
vengaqua10-Aug-06 18:34 

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.