93 resultados
Ordenar por fecha - Ordenar por pertinencia
Todos (93)
Foros (93)
 
Dynamically creating an instance from a type name
Type codeDomProviderType Type.GetType("Microsoft.CSharp.CSharpCodeProvider", true); ObjectHandle objHandle = Activator.CreateInstance(null, "Microsoft.CSharp.CSharpCodeProvider"); Both lines of code throw exceptions when ...
Mensaje publicado en el 11/03/2005 - 05:02
Con cursores o sin ellos
Hola grupo quisiera un poquito de ayuda para terminar mi procedimiento Aqui recupero un indice y agrego los datos de la vista a mi tabla TemporalKardex... En la tabla temporalKardex el utlimo campo tiene el valor de 0 donde deseo generar los saldos ...
Mensaje publicado en el 27/01/2005 - 00:07
error cuando agrupo campos de tipo text
Hola a todos. cuando en una consulta sql agrupo campos de tipo texto me sale el siguiente error. "The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator." Hay alguna ...
Mensaje publicado en el 27/12/2004 - 16:41
usar un campo text en una consulta agrupada
hola! necesito usar un campo text en una consulta agrupada, es decir select campo_text, sum(x) from tabla group by campo_text y me da el siguiente mensaje de error: Server: Msg 306, Level 16, State 2, Line 1 The text, ntext, and image data types ...
Mensaje publicado en el 10/09/2004 - 13:53
Command Pack from VB: Why does it fail?
Hello I need to execute the command PACK (that erases all the marked files for elimination of a FoxPro table) from an application written in Visual Basic. This makes it in the following way (just as me somebody indicated in this same forum) 'It ...
Mensaje publicado en el 06/09/2004 - 07:56
(OT) Un mundo lleno de vulnerabilidades...
http://neworder.box.sk/explmore.php FreeBSD Security Advisory FreeBSD-SA-04:12.jailroute (BSD) 10 Jun 2004 read comments SQL Injection Vulnerabilities in Oracle E-Business Suite (Other) 08 Jun 2004 read comments [product-security@apple.com: ...
Mensaje publicado en el 14/06/2004 - 16:20
** Para Javier Loria **
Hola Javier Alguna vez me hiciste el favor de enviarme el codigo de un trigger para filtrar "palabras no permitidas" (obscenas) en el insert de una tabla, tomando como referencia otra tabla donde tendria la lista de palabras incorrectas, ...
Mensaje publicado en el 26/05/2004 - 19:44
Almost done...
Hi, it's me again, :-> I've choose to use the Dependent Listbox sample that appears in the Codecharge FAQ http://support.codecharge.com/kb_article.asp?s_keyword=dependent&s_prod=&kb_ ...
Mensaje publicado en el 23/04/2004 - 21:53
Stored procedures and in-line parameters
Hello, I'm trying to execute a SqlCommand using an SQL string that includes the name of the stored proc and two input parameters -- but I'm not getting any records returned, even though when I run the stored proc in query analyzer or from server ...
Mensaje publicado en el 13/07/2003 - 13:28