|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
nt
thx for any help you can give me.
|
|
#2
|
|||
|
|||
|
Check and properly handle null values.
|
|
#3
|
|||
|
|||
|
your right.
![]() |
|
#4
|
|||
|
|||
|
Try using the IFNULL(field, value) and see if this alleviates your issue.
|
|
#5
|
|||
|
|||
|
thx for your time.
|
|
#6
|
|||
|
|||
|
Try this:
SELECT IFNULL(ScoresID, 0), IFNULL(EventID,0), IFNULL(TimeStamp, '0000-00-00 00:00:00') and so on. |
|
#7
|
|||
|
|||
|
ok I tried this
thx again.
|
|
#8
|
|||
|
|||
|
update
again thx
|
|
#9
|
|||
|
|||
|
If you are using the IFNULL() clause you will need to alias the column or select the items via integer position instead of names.
|
|
#10
|
|||
|
|||
|
ok i tried some stuff
thanks
|
|
#11
|
|||
|
|||
|
You only want to ifnull values selected from the database not the constant values. Selecting via the integer position refers to selecting the via the position in the select statement.
rs(1) rs(2) ... |
|
#12
|
||||
|
||||
|
Have you tried
rs.Open SQL, Conn, , adOpenDynamic, adLockOptimistic, adCmdTableDirect ? |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Having problems with Multiple-step OLE DB |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|