Código PHP:
set Conn = server.createobject("ADODB.Connection")
Conn.open "Gestom_sql"
set borrado=createobject("ADODB.Recordset")
borrado.CursorType = adOpenKeyset
borrado.LockType = adLockOptimistic
Limpiamos la Tabla Temp_representatividad_dist
sql_borrado="delete * from Temp_representatividad_fab"
borrado.Open sql_borrado, conn
Cita:
Que sintaxis debo usar para vaciar estas tablas??? Muchas gracias a tod@s, salu2 Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC SQL Server Driver][SQL Server]Línea 1: sintaxis incorrecta cerca de '*'.
/serviciosonline/gestom_sql/lis_representatividad_fab.asp, line 18
[Microsoft][ODBC SQL Server Driver][SQL Server]Línea 1: sintaxis incorrecta cerca de '*'.
/serviciosonline/gestom_sql/lis_representatividad_fab.asp, line 18
