Microsoft
Software
Hardware
Network
Question : Access database update help
I inherited a database which has strings where it should have boolean or numbers. Trying to set a column which is 'TEXT' to a number (Also as text, later will convert the datatype).
Getting an error.
--------------------------
----------
Microsoft JET Database Engine error '80040e10'
No se han especificado valores para algunos de los parámetros requeridos.
/plazatorros_bil_v01/VD_Ed
itor/Leg_D
iestros/di
estros_Cp.
asp, línea 21
--------------------------
----------
--
Dim stFr, stTo
stFr = "t"
stTo = "1"
MyConn_Legacy.execute("UPD
ATE Leg_toreros SET tor_tipo = '" & stTo & "' WHERE tor_tipo = " & stFr & "; ") '<< línea 21
Any ideas
A
Answer : Access database update help
Try this:
MyConn_Legacy.Execute ("UPDATE Leg_toreros SET tor_tipo = " & Chr(34) & stTo & Chr(34) & " WHERE tor_tipo = " & Chr(34) & stFr & Chr(34) & "; ")
mx
Random Solutions
Deleted nested folders and files with powershell
Gigabit Lan only connecting at 10Mbps... Help!
Notes 8.5.1 - Increasing Java Heap Size - No com.ibm.rcp.j2se.<version>
file
ati2dvag blue screen on ibm thinkpad T41 help
Protect Store Procedures in SQL 2000 & 2005
'AddressOf' expression cannot be converted to 'Integer' because 'Integer' is not a delegate type.
Create a subnet for IT dept with 5 people
Can't boot SBS 2008 Standard - CRCDISK.SYS
Microsoft Information Store stalling issues
Exhange 2003 mailbox permissions