<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.billyrondon.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.billyrondon.com/feed.php">
        <title>WIKI de apuntes de Billy Rondón - informatica:lenguajes_de_programacion:vbasic</title>
        <description></description>
        <link>http://wiki.billyrondon.com/</link>
        <image rdf:resource="http://wiki.billyrondon.com/lib/exe/fetch.php/wiki:dokuwiki.svg" />
       <dc:date>2026-06-04T19:22:10+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.billyrondon.com/doku.php/informatica:lenguajes_de_programacion:vbasic:vb_conexion_db?rev=1744083542&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.billyrondon.com/doku.php/informatica:lenguajes_de_programacion:vbasic:vb6_grid?rev=1744073172&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.billyrondon.com/lib/exe/fetch.php/wiki:dokuwiki.svg">
        <title>WIKI de apuntes de Billy Rondón</title>
        <link>http://wiki.billyrondon.com/</link>
        <url>http://wiki.billyrondon.com/lib/exe/fetch.php/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://wiki.billyrondon.com/doku.php/informatica:lenguajes_de_programacion:vbasic:vb_conexion_db?rev=1744083542&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-08T03:39:02+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vb_conexion_db</title>
        <link>http://wiki.billyrondon.com/doku.php/informatica:lenguajes_de_programacion:vbasic:vb_conexion_db?rev=1744083542&amp;do=diff</link>
        <description>VB6 ASP Conexión SQL Server

	*  &lt;https://razorsql.com/articles/sqlserver_asp_column_names_values.html&gt;
	*  &lt;https://stackoverflow.com/questions/49103537/how-to-create-select-using-asp-classic-where-data-source-from-ms-sql-server-an&gt;

	*  &lt;https://www.w3schools.com/asp/ado_ref_recordset.asp&gt;
	*  &lt;https://stackoverflow.com/questions/17397216/how-to-loop-for-each-recordset-in-asp/17398468&gt;


Dim strDbConnection
Dim objConn
Dim objRS
Dim strSQL
strDbConnection = &quot;Provider=Microsoft.Jet.OLEDB.4.0;Da…</description>
    </item>
    <item rdf:about="http://wiki.billyrondon.com/doku.php/informatica:lenguajes_de_programacion:vbasic:vb6_grid?rev=1744073172&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-04-08T00:46:12+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>vb6_grid</title>
        <link>http://wiki.billyrondon.com/doku.php/informatica:lenguajes_de_programacion:vbasic:vb6_grid?rev=1744073172&amp;do=diff</link>
        <description>Vb Grids

DataGridView


Con DataGrid1

  Dim lcStrSQL            As String
  Dim lcObjRcs            As ADODB.Recordset
  
  Set lcObjRcs = New ADODB.Recordset
  
  lcObjRcs.Fields.Append &quot;Guia EER&quot;, adChar, 100
  lcObjRcs.Fields.Append &quot;Codigo de Barra UPS&quot;, adDouble
  lcObjRcs.Fields.Append &quot;DUA&quot;, adDouble
  lcObjRcs.Fields.Append &quot;Estado&quot;, adDouble
  
  lcObjRcs.Open
  &#039;* Add your fabricated records here...
  lcObjRcs.AddNew Array(&quot;Guia EER&quot;, &quot;Codigo de Barra UPS&quot;, &quot;DUA&quot;, &quot;Estado&quot;), Array(&quot;a…</description>
    </item>
</rdf:RDF>
