Click here to Skip to main content
15,891,607 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sound Recognition Pin
Synth_Boy10-Jan-11 0:08
Synth_Boy10-Jan-11 0:08 
QuestionStrange SQL Compact Problem - Vista Pin
TheComputerMan7-Jan-11 7:23
TheComputerMan7-Jan-11 7:23 
AnswerRe: Strange SQL Compact Problem - Vista Pin
Richard MacCutchan7-Jan-11 21:16
mveRichard MacCutchan7-Jan-11 21:16 
GeneralRe: Strange SQL Compact Problem - Vista Pin
TheComputerMan8-Jan-11 16:26
TheComputerMan8-Jan-11 16:26 
GeneralRe: Strange SQL Compact Problem - Vista Pin
Richard MacCutchan8-Jan-11 21:39
mveRichard MacCutchan8-Jan-11 21:39 
GeneralRe: Strange SQL Compact Problem - Vista Pin
TheComputerMan9-Jan-11 1:59
TheComputerMan9-Jan-11 1:59 
GeneralRe: Strange SQL Compact Problem - Vista Pin
Richard MacCutchan9-Jan-11 2:25
mveRichard MacCutchan9-Jan-11 2:25 
GeneralRe: Strange SQL Compact Problem - Vista Pin
TheComputerMan9-Jan-11 2:38
TheComputerMan9-Jan-11 2:38 
Sorry I was responding to your line

----Are you sure it's exactly the same database? This does not sound very likely.----

What I was meaning was that the program and database are exactly the same on each machine but runs on one and not on the other.

Incidentally, if stepping through a series of data rows

For Each drowLat As DataRow In dtblLoc.Rows


Got any ideas on how to go back one row? This is one of the reasons I was not using strings as column names because I have to get the previous row and you cannot use a field name in this type of statement.

strReturn = dtblLoc.Rows(intLastLatIndex).Item(PLACE_COL).ToString & "|" & dtblLoc.Rows(intLastLatIndex).Item(PROV_COL).ToString


If I can find a way round that I can get rid of the integer indexes.
GeneralRe: Strange SQL Compact Problem - Vista Pin
Richard MacCutchan9-Jan-11 4:21
mveRichard MacCutchan9-Jan-11 4:21 
GeneralRe: Strange SQL Compact Problem - Vista Pin
TheComputerMan9-Jan-11 5:02
TheComputerMan9-Jan-11 5:02 
AnswerRe: Strange SQL Compact Problem - Vista Pin
Dave Kreskowiak8-Jan-11 4:25
mveDave Kreskowiak8-Jan-11 4:25 
GeneralRe: Strange SQL Compact Problem - Vista Pin
TheComputerMan8-Jan-11 16:30
TheComputerMan8-Jan-11 16:30 
AnswerRe: Strange SQL Compact Problem - Vista Pin
Luc Pattyn8-Jan-11 16:35
sitebuilderLuc Pattyn8-Jan-11 16:35 
GeneralRe: Strange SQL Compact Problem - Vista Pin
TheComputerMan9-Jan-11 2:01
TheComputerMan9-Jan-11 2:01 
GeneralRe: Strange SQL Compact Problem - Vista Pin
Dave Kreskowiak8-Jan-11 18:22
mveDave Kreskowiak8-Jan-11 18:22 
GeneralRe: Strange SQL Compact Problem - Vista Pin
TheComputerMan9-Jan-11 1:58
TheComputerMan9-Jan-11 1:58 
GeneralRe: Strange SQL Compact Problem - Vista Pin
Dave Kreskowiak9-Jan-11 3:36
mveDave Kreskowiak9-Jan-11 3:36 
GeneralRe: Strange SQL Compact Problem - Vista Pin
TheComputerMan9-Jan-11 3:45
TheComputerMan9-Jan-11 3:45 
GeneralRe: Strange SQL Compact Problem - Vista Pin
TheComputerMan14-Jan-11 11:16
TheComputerMan14-Jan-11 11:16 
GeneralRe: Strange SQL Compact Problem - Vista Pin
Dave Kreskowiak14-Jan-11 12:16
mveDave Kreskowiak14-Jan-11 12:16 
GeneralRe: Strange SQL Compact Problem - Vista Pin
TheComputerMan14-Jan-11 12:19
TheComputerMan14-Jan-11 12:19 
QuestionVB.Net and printer properties Pin
directred7-Jan-11 4:53
directred7-Jan-11 4:53 
AnswerRe: VB.Net and printer properties Pin
Luc Pattyn7-Jan-11 5:05
sitebuilderLuc Pattyn7-Jan-11 5:05 
AnswerRe: VB.Net and printer properties Pin
Abhinav S9-Jan-11 23:45
Abhinav S9-Jan-11 23:45 
QuestionIntroduction to Visual Basic .NET Pin
cool136-Jan-11 8:39
cool136-Jan-11 8:39 

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.