![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/11/2008, 13:54
|
![Avatar de krakxp](http://static.forosdelweb.com/customavatars/avatar141622_1.gif) | | | Fecha de Ingreso: junio-2006 Ubicación: NA
Mensajes: 105
Antigüedad: 18 años, 7 meses Puntos: 0 | |
Respuesta: duda mira yo realizo algo asi
Dim dcPerInd As DataColumn
Dim drPerInd As DataRow
For Each drPerInd In dsPerInd.Tables(sNomTbl).Rows
sRColPerInd = " INSERT INTO TblPerInd VALUES ("
sRColPerInd += CStr(drPerInd.Item("CvePerInd")) & ","
sRColPerInd += CStr(drPerInd.Item("CveEntInd")) & ","
sRColPerInd += CStr(drPerInd.Item("NumAnoInd")) & ","
sRColPerInd += " 6,28,null,"
Next
bueno aunke tu podrias cambiar el "sRColPerInd" por tu <table>, <tr> o lo ke sea
como ves? |