Ver Mensaje Individual
  #1  
Antiguo 02-12-2012
doce doce is offline
Registrado
NULL
 
Registrado: dic 2012
Posts: 3
Reputación: 0
doce Va por buen camino
Exclamation SQL server 2008 Jquery TRANSAC o similar..

hola hermanos , buen dia.

necesito alguan ayuda o idea.Estoy tratando de hacer un SELECT al presionar un button que tenga relacion con la sintaxy que use para INSERTAR aqui lo muestro :
////////////////////////////////////////////////////////////////
------------------------------------------------------
Query1->SQL->Text = " insert into matricula(nomApell,fechP,fechV) values(:a,:b,:c)";
Query1->ParamByName("a")->AsString = Edit2->Text;
Query1->ParamByName("b")->AsString = Edit3->Text;
Query1->ParamByName("c")->AsString = Edit4->Text;
Query1->ExecSQL();

**********************************************
Como dije quisiera hacer un SELECT para que se muestre el nomApell en un 'Edit2->Text' luego de hace la busqueda en el 'Edit1->Text';.
Espero me ayuden.
Gracias,.
Responder Con Cita