Click here to Skip to main content
15,914,225 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Creating RGN of form Pin
Wayne Phipps8-Apr-03 5:23
Wayne Phipps8-Apr-03 5:23 
GeneralRe: Creating RGN of form Pin
THEMYTH8-Apr-03 8:45
THEMYTH8-Apr-03 8:45 
GeneralRe: Creating RGN of form Pin
J. Dunlap8-Apr-03 9:07
J. Dunlap8-Apr-03 9:07 
GeneralRe: Creating RGN of form Pin
THEMYTH8-Apr-03 11:49
THEMYTH8-Apr-03 11:49 
GeneralDataGrid Problem/Question Pin
Mike Murphy8-Apr-03 1:29
Mike Murphy8-Apr-03 1:29 
Generaldatabase question Pin
Sarvesvara (BVKS) Dasa7-Apr-03 22:55
Sarvesvara (BVKS) Dasa7-Apr-03 22:55 
GeneralRe: database question Pin
Ray Cassick8-Apr-03 1:28
Ray Cassick8-Apr-03 1:28 
GeneralRe: database question Pin
Sarvesvara (BVKS) Dasa8-Apr-03 1:54
Sarvesvara (BVKS) Dasa8-Apr-03 1:54 
Ray Cassick wrote:
Can you show some code

Dim db As Database
Dim rs As Recordset
Dim SQLString As String
Set db = OpenDatabase("c:\temp\home.mdb")
SQLString = "insert into expense (ExpName) values ('Hai')"
Set rs = db.OpenRecordset(SQLString)
If rs.BOF = True And rs.EOF = True Then
MsgBox ("No Data")
........

The DB structure is simple.. with PKey as a auto number, ExpName as a text. Thats it...

Any idea of my error....
Ray Cassick wrote:
What was the error (exception) that you got back


Run time error:3219

Invalid exception!!

I was born intelligent
Education ruined me!.

GeneralRe: database question Pin
Ray Cassick8-Apr-03 2:21
Ray Cassick8-Apr-03 2:21 
GeneralRe: database question Pin
Sarvesvara (BVKS) Dasa8-Apr-03 23:54
Sarvesvara (BVKS) Dasa8-Apr-03 23:54 
GeneralWindows DataGrid Control Column Formatting Pin
Paros7-Apr-03 1:47
Paros7-Apr-03 1:47 
QuestionIs the logged on user an administrator? Pin
Duncan Edwards Jones7-Apr-03 0:59
professionalDuncan Edwards Jones7-Apr-03 0:59 
AnswerRe: Is the logged on user an administrator? Pin
Richard Deeming7-Apr-03 1:55
mveRichard Deeming7-Apr-03 1:55 
GeneralRichtextBox Control Pin
Fleischen6-Apr-03 6:57
Fleischen6-Apr-03 6:57 
GeneralVery basic question Pin
Sarvesvara (BVKS) Dasa5-Apr-03 22:47
Sarvesvara (BVKS) Dasa5-Apr-03 22:47 
GeneralRe: Very basic question Pin
J. Dunlap6-Apr-03 7:47
J. Dunlap6-Apr-03 7:47 
GeneralRe: Very basic question Pin
Sarvesvara (BVKS) Dasa6-Apr-03 21:05
Sarvesvara (BVKS) Dasa6-Apr-03 21:05 
GeneralFileSystemWatcher Pin
Zulfikar Ali4-Apr-03 8:05
Zulfikar Ali4-Apr-03 8:05 
GeneralRe: FileSystemWatcher Pin
Josep Balague8-Apr-03 4:57
professionalJosep Balague8-Apr-03 4:57 
GeneralRe: FileSystemWatcher Pin
Zulfikar Ali8-Apr-03 5:04
Zulfikar Ali8-Apr-03 5:04 
GeneralHelp....... Pin
Fleischen4-Apr-03 3:40
Fleischen4-Apr-03 3:40 
GeneralRe: Help....... Pin
Nick Parker4-Apr-03 4:49
protectorNick Parker4-Apr-03 4:49 
GeneralHelp needed on Undocumented Shell "IDM_SHVIEW_NEWFOLDER". Any experts out here. Pin
Villly4-Apr-03 0:25
Villly4-Apr-03 0:25 
Generaldos commands Pin
r i s h a b h s3-Apr-03 17:22
r i s h a b h s3-Apr-03 17:22 
GeneralRe: dos commands Pin
Tim McCurdy4-Apr-03 1:35
Tim McCurdy4-Apr-03 1:35 

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.