Click here to Skip to main content
15,920,602 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Set my program as default. Pin
Gagan.201-Mar-09 21:39
Gagan.201-Mar-09 21:39 
Questionlistview to a word document Pin
spruha3691-Mar-09 18:02
spruha3691-Mar-09 18:02 
AnswerRe: listview to a word document Pin
Andy_L_J1-Mar-09 19:16
Andy_L_J1-Mar-09 19:16 
QuestionControl Collections with Multiple Forms Pin
carterza1-Mar-09 17:59
carterza1-Mar-09 17:59 
GeneralRe: Control Collections with Multiple Forms Pin
Luc Pattyn1-Mar-09 18:23
sitebuilderLuc Pattyn1-Mar-09 18:23 
GeneralRe: Control Collections with Multiple Forms Pin
carterza1-Mar-09 18:53
carterza1-Mar-09 18:53 
QuestionSQL queries - Where is my mistake Pin
ivo751-Mar-09 7:50
ivo751-Mar-09 7:50 
AnswerRe: SQL queries - Where is my mistake Pin
Henry Minute1-Mar-09 8:10
Henry Minute1-Mar-09 8:10 
I assume that the error is a run-time error and not a compile-time error.

I have to say that I do not know the answer to your problem, but in order to track down where the error is I would suggest that you try implementing your selectData statement in stages.

e.g.
Dim selectData = "select rabotnici.* from rabotnici,zaplata


run that, see if you get an error. If so post again for help.

If not,
Dim selectData = "select rabotnici.* from rabotnici,zaplata where rabotnici.rabotnik_name <>zaplata.worker_name


run that etc.

then
Dim selectData = "select rabotnici.* from rabotnici,zaplata where rabotnici.rabotnik_name <>zaplata.worker_name and rabotnici.data_rabota<>zaplata.data_rabota


and so on until you find the part giving the problem.

Often, by doing this, the answer becomes obvious. But if not then post again.

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: SQL queries - Where is my mistake Pin
Luc Pattyn1-Mar-09 9:18
sitebuilderLuc Pattyn1-Mar-09 9:18 
QuestionHow can I automate Winforms of .NET in VB6? Pin
Oliverikawood1-Mar-09 6:29
Oliverikawood1-Mar-09 6:29 
AnswerRe: How can I automate Winforms of .NET in VB6? Pin
ABitSmart1-Mar-09 22:38
ABitSmart1-Mar-09 22:38 
GeneralRe: How can I automate Winforms of .NET in VB6? Pin
Oliverikawood5-Mar-09 5:40
Oliverikawood5-Mar-09 5:40 
AnswerRe: How can I automate Winforms of .NET in VB6? Pin
Oliverikawood9-Mar-09 0:45
Oliverikawood9-Mar-09 0:45 
QuestionHow can I over come UnAuthorizedAccessPermission when I check a media via IMAPI2? Pin
JUNEYT1-Mar-09 3:10
JUNEYT1-Mar-09 3:10 
Questionflash in vb Pin
ahlamissa1-Mar-09 2:21
ahlamissa1-Mar-09 2:21 
AnswerRe: flash in vb Pin
ABitSmart1-Mar-09 22:24
ABitSmart1-Mar-09 22:24 
QuestionBeginners question: Get class name from within the class Pin
Sonhospa1-Mar-09 1:50
Sonhospa1-Mar-09 1:50 
AnswerRe: Beginners question: Get class name from within the class Pin
0x3c01-Mar-09 6:31
0x3c01-Mar-09 6:31 
GeneralRe: Beginners question: Get class name from within the class Pin
Sonhospa2-Mar-09 8:13
Sonhospa2-Mar-09 8:13 
QuestionRe: Beginners question: Get class name from within the class Pin
Sonhospa2-Mar-09 21:42
Sonhospa2-Mar-09 21:42 
QuestionObject reference not...... error Pin
kralcobra_371-Mar-09 0:16
kralcobra_371-Mar-09 0:16 
AnswerRe: Object reference not...... error Pin
0x3c01-Mar-09 0:25
0x3c01-Mar-09 0:25 
AnswerRe: Object reference not...... error Pin
kralcobra_371-Mar-09 0:34
kralcobra_371-Mar-09 0:34 
GeneralRe: Object reference not...... error Pin
0x3c01-Mar-09 1:06
0x3c01-Mar-09 1:06 
GeneralRe: Object reference not...... error Pin
Luc Pattyn1-Mar-09 3:06
sitebuilderLuc Pattyn1-Mar-09 3:06 

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.