Click here to Skip to main content
16,003,216 members
Home / Discussions / Database
   

Database

 
AnswerRe: Oracle cursor Pin
Wendelius17-Feb-11 0:31
mentorWendelius17-Feb-11 0:31 
QuestionUpdating a table from Excel Pin
Kyudos16-Feb-11 12:18
Kyudos16-Feb-11 12:18 
AnswerRe: Updating a table from Excel Pin
Wendelius17-Feb-11 3:03
mentorWendelius17-Feb-11 3:03 
QuestionHow to change the payroll_2007_08connectionstring to payrollconnectionstring (dataset) without removing the fields in reports. Pin
sr15916-Feb-11 1:37
sr15916-Feb-11 1:37 
QuestionRollBack Process Pin
Anubhava Dimri15-Feb-11 22:24
Anubhava Dimri15-Feb-11 22:24 
AnswerRe: RollBack Process Pin
R. Giskard Reventlov15-Feb-11 22:37
R. Giskard Reventlov15-Feb-11 22:37 
AnswerRe: RollBack Process Pin
Wendelius16-Feb-11 9:37
mentorWendelius16-Feb-11 9:37 
Questioncombo box issue Pin
scorp_scorp15-Feb-11 17:59
scorp_scorp15-Feb-11 17:59 
Dear All,

Usage: access 2007, VBA

I have 2 comboboxes, cbo1 and cbo2 , cbo1 is loaded with numbers from the database, and cbo2 is loaded with text from the database.

dim cb1 as double
dim cb2 as string

cb1 = CDbl(me.cbo1.value) ' i chossed: 800524
cb2 = CStr (me.cbo2.value) ' i choosed: Hello World
msgbox cb1
msgbox cb2


Result : 800524
Result : 4


where 4 represent the location of the "Hello world" , fourth element in the cb2, while i need to get the text Frown | :(

I can get wat i need from this result (using dataset , and query) but it cost code lines and memory resource, shouldent .Value returns the exact value that is selected ???
0 will always beats the 1.

AnswerRe: combo box issue Pin
Jörgen Andersson16-Feb-11 0:42
professionalJörgen Andersson16-Feb-11 0:42 
QuestionIs MS Access database based application will be portable in all Windows machine ? Pin
Nadia Monalisa15-Feb-11 9:07
Nadia Monalisa15-Feb-11 9:07 
AnswerRe: Is MS Access database based application will be portable in all Windows machine ? Pin
David Mujica15-Feb-11 9:36
David Mujica15-Feb-11 9:36 
GeneralRe: Is MS Access database based application will be portable in all Windows machine ? Pin
Nadia Monalisa15-Feb-11 9:49
Nadia Monalisa15-Feb-11 9:49 
GeneralRe: Is MS Access database based application will be portable in all Windows machine ? Pin
David Mujica15-Feb-11 9:58
David Mujica15-Feb-11 9:58 
GeneralRe: Is MS Access database based application will be portable in all Windows machine ? Pin
Luc Pattyn15-Feb-11 10:18
sitebuilderLuc Pattyn15-Feb-11 10:18 
GeneralRe: Is MS Access database based application will be portable in all Windows machine ? Pin
Nadia Monalisa15-Feb-11 10:20
Nadia Monalisa15-Feb-11 10:20 
AnswerRe: Is MS Access database based application will be portable in all Windows machine ? Pin
Luc Pattyn15-Feb-11 10:31
sitebuilderLuc Pattyn15-Feb-11 10:31 
GeneralRe: Is MS Access database based application will be portable in all Windows machine ? Pin
Eddy Vluggen16-Feb-11 1:59
professionalEddy Vluggen16-Feb-11 1:59 
GeneralRe: Is MS Access database based application will be portable in all Windows machine ? Pin
jschell16-Feb-11 9:11
jschell16-Feb-11 9:11 
AnswerRe: Is MS Access database based application will be portable in all Windows machine ? Pin
PIEBALDconsult15-Feb-11 10:47
mvePIEBALDconsult15-Feb-11 10:47 
QuestionStrnge WHERE syntax Pin
Mel Padden15-Feb-11 6:25
Mel Padden15-Feb-11 6:25 
AnswerRe: Strnge WHERE syntax Pin
Chris Meech15-Feb-11 9:07
Chris Meech15-Feb-11 9:07 
GeneralRe: Strnge WHERE syntax Pin
Mel Padden15-Feb-11 9:16
Mel Padden15-Feb-11 9:16 
QuestionRe: Strnge WHERE syntax Pin
Chris Meech15-Feb-11 9:26
Chris Meech15-Feb-11 9:26 
AnswerRe: Strnge WHERE syntax Pin
Mel Padden15-Feb-11 9:44
Mel Padden15-Feb-11 9:44 
AnswerRe: Strnge WHERE syntax Pin
jschell16-Feb-11 9:18
jschell16-Feb-11 9:18 

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.