messages listlengths 1 1 | topic stringlengths 2 60 |
|---|---|
[
{
"date": "2014-07-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Baxajaun\":24fy610s]Hi Avista,\n\ni've tried in my sqlite installation the following code\n[code=fw:24fy610s]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">insert into test <span style=\"color: #000000;\... | ADO & SQL INSERT Statement |
[
{
"date": "2014-07-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Thanks to all for reply\n\n[quote:kqhmii31]INSERT INTO <table> SELECT <rows,static data,...> FROM <table> WHERE <cond>[/quote:kqhmii31]\nThis is not problem but problem is to INSERT data from .TXT or .DBF file.\n\n[quote:kqhmii31]... | ADO & SQL INSERT Statement |
[
{
"date": "2014-07-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "This is a very useful information. This can be improved upon.\n\nAlso every provider provides a way to bulk import from text data. That's the fastest way. You may also check on this.",
"time": "08:11",
"topic": "ADO & SQL ... | ADO & SQL INSERT Statement |
[
{
"date": "2014-07-31",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao, \n\nI found this how to use INSERT CURSOR but still not have idea how to implement in program ... i will try this days\nand please if you have some experiance with this tell me some sugestions\n\n[quote:2xw5ah35]\nIBM Informi... | ADO & SQL INSERT Statement |
[
{
"date": "2006-11-08",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Buenas a todos,\n\n1) De donde puedo sacar información de las propiedades y metodos de ADO??\n\n2) Quisiera saber que estoy haciendo mal en este código. El Browse con el primer recordset me lo muestra de maravilla, ahora cuando q... | ADO + FWH + DBF + SQL |
[
{
"date": "2006-11-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Ariel\n\nMe invadió la duda.... pero prueba a colocar la declaración de la consulta cSQL1 antes de asignarle a\noRs:Source\n\n\ncSQL1 = \"insert into F10TAA ( CODINTPRD, NOMPRD, PRCVTA, PRCSUG, CODBAR ) select CODINTPRD, NOMPRD, ... | ADO + FWH + DBF + SQL |
[
{
"date": "2006-11-10",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Segun mi conocimiento de ADO no deberias de modificar o insertar datos usando un query, ADO tiene metodos para hacer eso directamente.\n\nSi quieres por ejemplo modificar un dato del record set haces:\n\noRs:field(x):Value := lo ... | ADO + FWH + DBF + SQL |
[
{
"date": "2006-11-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias por la ayuda, me podrían decir como veo los metodos y propiedades para trabajar con ADO en FHW?, \n\nGracias.\n\nAriel,",
"time": "01:01",
"topic": "ADO + FWH + DBF + SQL",
"username": "akeyser"
}
] | ADO + FWH + DBF + SQL |
[
{
"date": "2006-11-11",
"forum": "FiveWin para Harbour/xHarbour",
"text": "El siguiente link puede serte de gran ayuda \n\n[url:1n99odyj]http://www.aspfacil.com/articulos/040401.asp[/url:1n99odyj]\n\n\nUn saludo\n\nMarcelo Jingo",
"time": "21:19",
"topic": "ADO + FWH + DBF + SQL"... | ADO + FWH + DBF + SQL |
[
{
"date": "2006-11-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Amiguinho\n\nUstedes podes visualizar en:\n\n[url=http://ns7.webmasters.com/caspdoc/html/ado_component_reference.htm:1x31ap2r]SunChilliSoft.ASP[/url:1x31ap2r]\n\nÉs mui simples usar ADO con Fivewin.",
"time": ... | ADO + FWH + DBF + SQL |
[
{
"date": "2006-12-09",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,\nUna pregunta levanto un recordset con Ado usando la libreria de jlcapel y dependiendo la cantidad de campos que me retorne en el SELECT me da el error hb_xgrab(0) not allocate memory y tal vez son 20 campos, a alguien le p... | ADO + FWH + SQL SERVER |
[
{
"date": "2005-11-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Foro buenos días, estoy probando ADO + MS-SQL y va muy bien, pero me he topado con un problema.\n\nEstoy haciento una consulta la cual me regresa un oRS con tres campos\nuno de tipo TinyInt y dos de tipo nVarChar pero recorrer el... | ADO + MS-SQL |
[
{
"date": "2005-11-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Los campos TinyInt se utilizan para los campos lógicos ( .T. o .F. )",
"time": "20:07",
"topic": "ADO + MS-SQL",
"username": "jzamoras"
}
] | ADO + MS-SQL |
[
{
"date": "2005-11-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias Zamoras, lo curioso es es que pruebo con un campo tipo SmallInt\ny sucede lo mismo, no reconoce el tipo de dato. al leerlo con \nnEmpresa:=oRs:Fields('InEmpNum'):Value \nme marca \"OLE Error Value : Unknown error\"\n\nAl ... | ADO + MS-SQL |
[
{
"date": "2005-11-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Yo lo hago de la siguiente forma:\n\n[code:sb3re2eh]\n\n::TipoCampo( oQuery:Get( \"Type\" ) )\n\n\n//////\n//------------------------------------------------------------------------------------// METHO... | ADO + MS-SQL |
[
{
"date": "2005-11-27",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Acabo de revisar un ejemplo con SQL Server y con ADO y me esta regresando bien los valores.\n\n(x)Harbour 99.5 y FW 2.6",
"time": "23:22",
"topic": "ADO + MS-SQL",
"username": "R.F."
}
] | ADO + MS-SQL |
[
{
"date": "2005-11-28",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Joel,\n\n[quote:3e98qt9c]\"OLE Error Value : Unknown error\", esto cuando intento tomar el valor con : nEmpresa:=oRs:Fields('InEmpNum'):Value\n[/quote:3e98qt9c]\n\nUsas ADO contra MySql... ¿Como? ¿ODBC? Si es Odbc, cual versión d... | ADO + MS-SQL |
[
{
"date": "2005-11-29",
"forum": "FiveWin para Harbour/xHarbour",
"text": "José Luis, estoy usando FWH 2.4 + Microsoft-SQL + ADO (TOleAuto del master José Gimenez)\n\nYa he trabajado con Odbc utilizando TOdbc() y va muy bien, pero ahora busco mejorar los tiempos usando ADO y me he topado con el problema... | ADO + MS-SQL |
[
{
"date": "2005-11-30",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Joel,\n\nSi es la versión original de tOleAuto (y no la que viene actualmente con xharbour) es probable (y repito probable) que ahí radique el problema.\n\nIntenta bajarte los ultimos binarios de xhabour. Y, desde xharbour (son ... | ADO + MS-SQL |
[
{
"date": "2005-12-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias José Luis por ahi me voy a ir, de hecho tengo la inquietud desde hace algun tiempo de cambiarme a xHarbour y ahora con mas razón.\n\nYa te contaré como me fue\n\nSaludos\nJoel Andujo",
"time": "16:33",
"topic": "A... | ADO + MS-SQL |
[
{
"date": "2005-12-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "José Luis, exacto era eso!!!, despues de pegarme un tiro(buscarle, buscarle y volver a buscrale) recompilando FW24 y mis librerias de terceros con xHarbour 0.99.50 (SimPlex) de xHarbour.org ya el ejemplo de ADO me regresa los val... | ADO + MS-SQL |
[
{
"date": "2010-11-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Tengo una duda y lo voy a ser sencillo a ver si por ahi resuelvo el quilombete.\n\n[code=fw:1d6gj5bn]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">FUNCTION</span> buscar<span styl... | ADO - Error description: Error ADODB.RecordSet/6 DIS |
[
{
"date": "2010-11-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Siempre que hagas una búsqueda es obligatorio poner el RecodSet en el primer registro. oRs : MoveFirst()\nTe paso este enlace que está muy bueno \n<!-- m --><a class=\"postlink\" href=\"http://www.w3schools.com/ado/ado_ref_record... | ADO - Error description: Error ADODB.RecordSet/6 DIS |
[
{
"date": "2010-11-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "entonces que le estoy h/errando?",
"time": "00:22",
"topic": "ADO - Error description: Error ADODB.RecordSet/6 DIS",
"username": "goosfancito"
}
] | ADO - Error description: Error ADODB.RecordSet/6 DIS |
[
{
"date": "2012-07-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nIs is correct to say that if I download the connector\n<!-- m --><a class=\"postlink\" href=\"http://dev.mysql.com/downloads/connector/odbc/5.1.html\">http://dev.mysql.com/downloads/connector/odbc/5.1.html</a><!-- m -->\n\n... | ADO - SQL-question |
[
{
"date": "2012-07-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc\n\nSQL Server Express is a free edition of SQL Server ideal for developing and powering desktop, web and small server applications.\n\n<!-- m --><a class=\"postlink\" href=\"http://www.microsoft.com/sqlserver/en/us/editions/2... | ADO - SQL-question |
[
{
"date": "2012-07-09",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc:\n\nIf you use MariaDb then you don't need MySql and viceversa, and yes !, you need the\nconnector to use MariaDB or MySql with ADO.\n\nI have a medium size app developed with ADO, xHarbour, FW and MySql, I made a test\nwith ... | ADO - SQL-question |
[
{
"date": "2012-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Rick Lipkin\":2v1qg84r]Marc\n\nSQL Server Express is a free edition of SQL Server ideal for developing and powering desktop, web and small server applications.\n\n<!-- m --><a class=\"postlink\" href=\"http://www.microsof... | ADO - SQL-question |
[
{
"date": "2012-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Armando\":3pao8n30]Marc:\n\nIf you use MariaDb then you don't need MySql and viceversa, and yes !, you need the\nconnector to use MariaDB or MySql with ADO.\n\nI have a medium size app developed with ADO, xHarbour, FW and... | ADO - SQL-question |
[
{
"date": "2012-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc:\n\nAs I know, the connector is free but MySql is Freeware, here is the link for mariaDB, perhaps is your best option.\n\n<!-- m --><a class=\"postlink\" href=\"http://mariadb.org/en/\">http://mariadb.org/en/</a><!-- m -->\n\... | ADO - SQL-question |
[
{
"date": "2012-07-10",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mark\n\nHere is a very simple example how to set up the Sql Server Connection and how to open a recordset.\n\nRick\n\n[code=fw:1urbxj2m]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><br /><span style=\"colo... | ADO - SQL-question |
[
{
"date": "2007-09-20",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Foro:\n\nAlguien sabe como conocer cual es el valor del ultimo registro creado en un campo autonumerico de una tabla access 2000.\n\nLos campos autonumericos, son aquellos que el motor les asignan solo un valor numerico incr... | ADO - consultar el ultimo registro ingresado en una tabla. |
[
{
"date": "2007-09-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Juan\n\noRs:Insert_ID( )\nRegresa el ultimo identificador de numeracion automatico insertado (serial). Regresa falso si la funcion no esta soportada.\n\nUn saludo\nMarcelo Jingo",
"time": "18:46",
"topic": "ADO - consulta... | ADO - consultar el ultimo registro ingresado en una tabla. |
[
{
"date": "2007-09-24",
"forum": "FiveWin para Harbour/xHarbour",
"text": "[b:6hl4alk4] GRACIAS[/b:6hl4alk4] Marcelo, la voy a probar. \n\nNo conocia esa funcion.\n\nSaludos,",
"time": "19:31",
"topic": "ADO - consultar el ultimo registro ingresado en una tabla.",
"username": "jcaro"
}
] | ADO - consultar el ultimo registro ingresado en una tabla. |
[
{
"date": "2009-06-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos,\n\nAlguien me podria explicar para q carajos sirve hacer un ::Clone() de un oRS. Vale, ya se q hace una copia referencial del oRS, pero q ventajas aporta y para y cuando se debe usar ? \n\n\nGracias.",
"time": "... | ADO -> Metodo Clone() |
[
{
"date": "2009-06-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Yo lo utilizo cuando estoy mostrando el recordset en un browse y quiero hacer otra operación con ese recordset. de esta manera cada recordset mantiene su posición. Esta es una, supongo que tendrá más utilidades. Saludos",
"ti... | ADO -> Metodo Clone() |
[
{
"date": "2009-06-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Horacio,\n\nSi, ya he probado el tema de realizar busquedas o aplicar filtros. Realmente es mas rapido q volver a crear y ejecutar una nueva select. Entiendo que cualquier operacion que hagas es sobre el conjunto de datos selecc... | ADO -> Metodo Clone() |
[
{
"date": "2009-06-02",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Carles:\n\nUmmm, me parece que no has dicho una barbaridad, pues tambien puedes hacer un nuevo SELECT de la misma tabla aunque ya tengas uno creado.\n\nTe pongo un ejemplo donde puede aplicarse:\n\nSupongamos que ya tienes creado... | ADO -> Metodo Clone() |
[
{
"date": "2009-06-03",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Armando,\n\nGracias. He experimentado un poco y mi conclusion es: Nosotros creamos un RecordSet con seleccion de datos a gestionar. Con el :Clone(), podemos rapidamente disponer de un objeto referencia q nos permitira hacer busqu... | ADO -> Metodo Clone() |
[
{
"date": "2009-04-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola,\n\nNo se si digo una tonteria, pero como puedo saber los registros que hay un recordset, una vez he reallizado el :Open() ?\n\n\nGracias.",
"time": "12:25",
"topic": "ADO -> Registros en un recordset",
"username... | ADO -> Registros en un recordset |
[
{
"date": "2009-04-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Si la cadena es cCadenaRecordset := \"Select nombre, calle, numero from clientes\" una vez que obtengas el recordset lo puedes recorrer de la siguiente manera\nWhile( !oRecordSet : Eof() )\n ? oRecordSet : Fields( \"nombre\" ... | ADO -> Registros en un recordset |
[
{
"date": "2009-04-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola Horacio,\n\nGracias, pero yo quiero saber si existe alguna funcion, metodo, variables, ... sin tener q recorrerme todo el recordset <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" />... | ADO -> Registros en un recordset |
[
{
"date": "2009-04-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Horacio, asi :\n\n? 'No. de Registros '+ str( oRs:Recordcount() )\n\nSaludos\nJoel Andujo",
"time": "19:38",
"topic": "ADO -> Registros en un recordset",
"username": "Joel Andujo"
}
] | ADO -> Registros en un recordset |
[
{
"date": "2009-04-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Joel,\n\nJoder gracias !!! -> A veces un arbol no te deja ver un bosque <!-- s:mrgreen: --><img src=\"{SMILIES_PATH}/icon_mrgreen.gif\" alt=\":mrgreen:\" title=\"Mr. Green\" /><!-- s:mrgreen: --> \n\nGracies.",
"time": "19:4... | ADO -> Registros en un recordset |
[
{
"date": "2008-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I have to create a database in MS-Sql server automatically from my install program.\n\nIs it possible, using ADO, to issue direct native \"sql-string\" calls to a sql-server to create the following?\n- users\n- databases\n-schemas... | ADO -ms-sql - xharb 1.0 - create database user schema? |
[
{
"date": "2008-02-25",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I am doing with Oracle + ADO (users + schemas)",
"time": "18:15",
"topic": "ADO -ms-sql - xharb 1.0 - create database user schema?",
"username": "Manuel Valdenebro"
}
] | ADO -ms-sql - xharb 1.0 - create database user schema? |
[
{
"date": "2008-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Don\n\nGenerally I have to get our DBA's involved to set up a database for me and set up a userid for my connection.\n\nOnce that is done .. I control the application ( users ) thru tables .. Hopefully you will be given 'create' a... | ADO -ms-sql - xharb 1.0 - create database user schema? |
[
{
"date": "2008-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Once a database is created, we can create tables, indexes, even procedures through ADO. Both on Oracle and MSSQL.\n\nOne way is by sending the create scripts as commands in execute method and another way is to use ADOX.\n\nIn any... | ADO -ms-sql - xharb 1.0 - create database user schema? |
[
{
"date": "2008-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "It works for me on MS SQL server 2005\n[code:1fsdwoe8]\n#INCLUDE \"FIVEWIN.CH\"\n#INCLUDE \"xbrowse.CH\"\n\n//----------------------\nFunction main()\n\n LOCAL oRs1,oRs2,oRs3,oErr,cSQl1,cSql2, cSQL,cTitle,oBrw,oW... | ADO -ms-sql - xharb 1.0 - create database user schema? |
[
{
"date": "2008-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Eugeniusz Owsiak\n\nThanks for the info.",
"time": "14:07",
"topic": "ADO -ms-sql - xharb 1.0 - create database user schema?",
"username": "nageswaragunupudi"
}
] | ADO -ms-sql - xharb 1.0 - create database user schema? |
[
{
"date": "2008-02-26",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I will try the test for creating databases provided by Mr Owsiak. This may be just what I was looking for.\n\nI would like to deliver our applications to clients with complete seamlessness for end users. Many of our end users ar... | ADO -ms-sql - xharb 1.0 - create database user schema? |
[
{
"date": "2008-02-29",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Eugeniusz, \n\nI wanted to take a moment to thank you for your examples of creating a MS-SQL database, login, user, and schema. Your examples were very helpful, and your response is greatly appreciated. \n\nI did modularize the ... | ADO -ms-sql - xharb 1.0 - create database user schema? |
[
{
"date": "2008-03-01",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Mr Lowenstain\nYou can also from management studio\n1. make setup of database, users, logins schemas etc \n2. creating backap to file, \n3. copying backap file to your didrtibution media \n4.restoring database with this script... | ADO -ms-sql - xharb 1.0 - create database user schema? |
[
{
"date": "2007-05-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To All\n\nI have done several Google searches and not been able to find how to write a blank or null date to a datetime field in MS Sql server using ADO recordset update. Consider this example:\n\n|DATE |\n| null |\n\n\n dDATE... | ADO .. how to write ctod('00/00/00') to MS Sql Server |
[
{
"date": "2007-05-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Fernando\n\nI am writing the same program in pure ADO and in ADORDD .. I have not tested the capability of writing rdd back to the table .. and I will do that .. MS SQL seems to be different in quite a few many ways as Access or M... | ADO .. how to write ctod('00/00/00') to MS Sql Server |
[
{
"date": "2007-05-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To All .. the FIX \n\nHere is some 'snipits' of my xHarbour thread with Jose Gimenez who has fixed the problem and is available in binary from his site or on CVS.\n\nRick Lipkin\nSC Dept of Health, USA\n\n//-----------------------... | ADO .. how to write ctod('00/00/00') to MS Sql Server |
[
{
"date": "2023-08-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n\ni \"read\" *.XLSx using ADO to display in XBROWSE\nthat \"sems\" to work ... so far\n\nbut LEN of ALL FIELDs are \"maximum\" LEN <!-- s:shock: --><img src=\"{SMILIES_PATH}/icon_eek.gif\" alt=\":shock:\" title=\"Shocked\" /... | ADO / Excel / XBROWSE / FWAdoStruct() / Edit() |
[
{
"date": "2023-08-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "That is the issue with ADO with Excel.\nWhatever length you specify while creating the table, that is ignored.\nADO RecordSet field object always shows oField:DefinedSize as 255.",
"time": "11:32",
"topic": "ADO / Excel / ... | ADO / Excel / XBROWSE / FWAdoStruct() / Edit() |
[
{
"date": "2023-08-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:3rit79qs]does Function FWAdoStruct(objRS) work only on \"active\" Record <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: -->\n[/quote:3rit79qs]\nIt should work on both e... | ADO / Excel / XBROWSE / FWAdoStruct() / Edit() |
[
{
"date": "2023-08-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n[quote=\"nageswaragunupudi\":34lzt3bv]That is the issue with ADO with Excel.[/quote:34lzt3bv]\nok, understand",
"time": "04:33",
"topic": "ADO / Excel / XBROWSE / FWAdoStruct() / Edit()",
"username": "Jimmy"
}
... | ADO / Excel / XBROWSE / FWAdoStruct() / Edit() |
[
{
"date": "2023-08-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"nageswaragunupudi\":1vdqkomm][quote:1vdqkomm]does Function FWAdoStruct(objRS) work only on \"active\" Record <!-- s:?: --><img src=\"{SMILIES_PATH}/icon_question.gif\" alt=\":?:\" title=\"Question\" /><!-- s:?: -->\n[/quo... | ADO / Excel / XBROWSE / FWAdoStruct() / Edit() |
[
{
"date": "2023-08-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "FWAdoStruct() gets the information from each field object of the RecordSet.\nThe issue with ADO for Excel is, whatever length of char we specify it always returns 255.\noField:DefinedSize.\n\nPlease try this:\n[code=fw:r5paqw7q]<d... | ADO / Excel / XBROWSE / FWAdoStruct() / Edit() |
[
{
"date": "2023-08-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n\ni have found this\n\n[quote:15kfqx2v]You need ADOX to do it.\n\nThis is how you would create the excel file\n\n[code=fw:15kfqx2v]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">Dim cat As ADOX.Catalog<br />D... | ADO / Excel / XBROWSE / FWAdoStruct() / Edit() |
[
{
"date": "2023-08-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "hi,\n\ni have ask ChatGPT and got this\n[code=fw:2cn8sr60]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><span style=\"color: #00C800;\">FUNCTION</span> Main<span style=\"color: #000000;\">(</span><span style=... | ADO / Excel / XBROWSE / FWAdoStruct() / Edit() |
[
{
"date": "2023-08-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Yes, we can use ADOX also.",
"time": "08:17",
"topic": "ADO / Excel / XBROWSE / FWAdoStruct() / Edit()",
"username": "nageswaragunupudi"
}
] | ADO / Excel / XBROWSE / FWAdoStruct() / Edit() |
[
{
"date": "2008-06-25",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Como se puede trabajar ADO con MYSQL con wbrowse con tablas vacias\r\n\r\nSAludos",
"time": "20:23",
"topic": "ADO /MYSQL con WBROWSE",
"username": "jbrita"
}
] | ADO /MYSQL con WBROWSE |
[
{
"date": "2008-06-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Pues consistemciandolo \r\n\r\n\r\n ::oDatos:=CreateObject(\"adodb.Recordset\")\r\n ::oDatos:CursorLocation := 2 //3 //adUseServer //adUseClient\r\n ::oDatos:LockType := 3 // adLockOptimistic\r\n :... | ADO /MYSQL con WBROWSE |
[
{
"date": "2008-06-26",
"forum": "FiveWin para Harbour/xHarbour",
"text": "perdon es este metodo\r\n\r\nolbx:bLine:={ || if(::oDatos:RecordCount()=0,array( elem),",
"time": "03:11",
"topic": "ADO /MYSQL con WBROWSE",
"username": "Vladimir Zorrilla"
}
] | ADO /MYSQL con WBROWSE |
[
{
"date": "2016-09-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello ,\n\nWorking with ADO i am trying to understand field definitions as : \n\nCREATE TABLE TestTable ( ID COUNTER PRIMARY KEY ,\n[FIELD2] CHAR(20) NOT NULL DEFAULT 'Fivewin power' ,\n[FI... | ADO : Building columns , NULL ... DEFAULT |
[
{
"date": "2016-09-21",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Assigning nil is equivalent to assigning NULL.\nWhen we assign NULL, server does not use Default value. Server thinks that we wanted the value to be NULL overriding the default value.\n\nSo it is desirable to assign DEFAULT. This ... | ADO : Building columns , NULL ... DEFAULT |
[
{
"date": "2016-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao ,\n\nI am not sure that you answered the question .\n\nBuilding the table with \nCREATE TABLE TestTable ( ID COUNTER PRIMARY KEY ,\n[FIELD2] CHAR(20) NOT NULL DEFAULT 'Fivewin power' , ... )\n ....\n\noRs:AddNew()\n\nFIELD2 mu... | ADO : Building columns , NULL ... DEFAULT |
[
{
"date": "2016-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Frank\n\nI am not familiar with \"Default\" .. I am a bit old fashioned and like to write out my code without taking too many shortcuts .. understand Rao has created some VERY nice Ado wrappers and can simplify the code below .. h... | ADO : Building columns , NULL ... DEFAULT |
[
{
"date": "2016-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rick\n\nHe is writing a generic DBU.\nHow does he know what value to be assigned?\n[quote:336nykb8]\noRs:Fields(\"Field2\"):Value := \"Fivewin power\"\n[/quote:336nykb8]\nHow does he know that the default value is \"Fivewin power\... | ADO : Building columns , NULL ... DEFAULT |
[
{
"date": "2016-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Rao ,\n\nADO has not the possibility to retrieve the Default value ? Wright ?\n\nIt is not difficult to build DBU , writing the Default values in an ini-file when the table is created with DBU.\n\nBut opening an ADO file , created... | ADO : Building columns , NULL ... DEFAULT |
[
{
"date": "2016-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "ADO does not retrieve default values.\n\nADO converts all Save()s into INSERT or UPDATE SQL statements and executes on the server. Assigning a NULL value also over-rides default. Through SQL, the ways to write default values are (... | ADO : Building columns , NULL ... DEFAULT |
[
{
"date": "2016-09-22",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:2npqwgm0]It is not difficult to build DBU , writing the Default values in an ini-file when the table is created with DBU.\n[/quote:2npqwgm0]\nAssigning default values explicitly is not proper. This is the job of the server ... | ADO : Building columns , NULL ... DEFAULT |
[
{
"date": "2007-09-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Un saludo a todos los colegas del Foro\n\nEstoy largo rato intentando encontrar la solución a este problema y me doy por vencido. \n\nHe implementado un BROWSE en el cual se dan las típicas opciones de Modificar, Adicionar y Elim... | ADO : Entorno Multiusuario, Ayuda (Solucionado) |
[
{
"date": "2007-09-14",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Marcelo,\n\nPara conseguir un 'browse' a lo xBase debes tener en cuenta:\n\na. Que el proveedor que utilizas sea capaz de manejar cursores dinámicos.\n\nb. Que abras un recordset cliente y dinámico.\n\nNo obstante lo anterior, ab... | ADO : Entorno Multiusuario, Ayuda (Solucionado) |
[
{
"date": "2007-09-15",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias por tu interés José Luis.\n\nSeguiré buscando la forma..., creo que en este punto voy a tener que hacer consultas SQL independientes usando el objeto command para comparar entre el valor actual del field del recordset y e... | ADO : Entorno Multiusuario, Ayuda (Solucionado) |
[
{
"date": "2007-09-16",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Marcelo,\n\n[quote:darcis7y]Seguiré buscando la forma..., creo que en este punto voy a tener que hacer consultas SQL independientes usando el objeto command para comparar entre el valor actual del field del recordset y el que me ... | ADO : Entorno Multiusuario, Ayuda (Solucionado) |
[
{
"date": "2007-09-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "José Luis,\n\nComo dije, si un solo usuario se conecta al Servidor de Base de Datos(MySQL), no hay problema, el browse del recordset trabaja muy bien realizando actualizaciones, altas o eliminando registros, usando sus respectivo... | ADO : Entorno Multiusuario, Ayuda (Solucionado) |
[
{
"date": "2007-09-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Amigo y por que no simplemente colocas un timer() para que refresque el browse, creo que esto soluciona tu problema.\n\nUn Saludos\n\nLEANDRO ALFONSO",
"time": "22:45",
"topic": "ADO : Entorno Multiusuario, Ayuda (Solucio... | ADO : Entorno Multiusuario, Ayuda (Solucionado) |
[
{
"date": "2007-09-17",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Saludos Leandro\n\nSi no puedo capturar los errores desde Harbour, probaré pasándome a xHarbour que allí sí creo que se puede capturarlos usando TRY CATCH END. Si eso no funciona trataré de utilizar el TIMER que me recomiendas.... | ADO : Entorno Multiusuario, Ayuda (Solucionado) |
[
{
"date": "2007-09-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Es necesario un timer\n\ncuando se usa un browse para monitorear los datos,\n\n activate dialog oDlg centered on init ( mitimerOn() )\n\nstatic function MiTimerOn()\n DEFINE TIMER oTimer of oDlg INTERVAL 5000 ACTION TimerAct... | ADO : Entorno Multiusuario, Ayuda (Solucionado) |
[
{
"date": "2007-09-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "César y Leandro\n\nHe probado colocando el timer, en efecto funciona ..... peeero, sucede lo que ya esperaba, que apenas si estoy navegando por el browse, este se va a la primera fila, cada intervalo que se ha definido el timer. ... | ADO : Entorno Multiusuario, Ayuda (Solucionado) |
[
{
"date": "2007-09-18",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Marcelo,\n\n¿Puedes mostrarnos cómo creas el recordset?\n¿Contra cual base de datos?\n¿Cual proveedor usas?",
"time": "20:39",
"topic": "ADO : Entorno Multiusuario, Ayuda (Solucionado)",
"username": "jlcapel"
}
] | ADO : Entorno Multiusuario, Ayuda (Solucionado) |
[
{
"date": "2007-09-19",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Gracias José Luis, César y Leandro.\n\nCon el apoyo de todos ya lo he solucionado y me funciona perfecto. La solución fue colocar el timer y controlando los posibles errores que podemos encontrar en la navegación.\n\nGracias de n... | ADO : Entorno Multiusuario, Ayuda (Solucionado) |
[
{
"date": "2016-11-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hello ,\n\nI used to work with ADO (mdb-files) , till last month no problems.\n\nSince then i can't changed data in a mdb-file , i.e.\n(see also <!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewto... | ADO : doesn't work anymore |
[
{
"date": "2016-11-06",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Franklin\n\nsee this post :\n\n<!-- l --><a class=\"postlink-local\" href=\"http://forums.fivetechsupport.com/viewtopic.php?f=3&t=26102&start=15\">viewtopic.php?f=3&t=26102&start=15</a><!-- l -->\n\nRick Lipkin",
"time": "22:0... | ADO : doesn't work anymore |
[
{
"date": "2016-11-07",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote:1toj9ef4]\n? oRs:CursorType , oRs:CursorLocation , oRs:LockType // 3,3,3 !!!!!\n// Is it normal that cursortype is changed in 3 ? \n[/quote:1toj9ef4]\n\nAlways and at all times, a client side record-set is opened with cu... | ADO : doesn't work anymore |
[
{
"date": "2007-08-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "Hola a todos del foro\n\nDisculpen mi ignorancia, pero quiero saber Que es ADO, para que sirve, en que se utiliza.\n\nEs que quiero migrar mis sistemas a Cliente/Servidor.\n\nSalu2\n\nFrancis",
"time": "18:04",
"topic": "... | ADO ??? |
[
{
"date": "2007-08-01",
"forum": "FiveWin para Harbour/xHarbour",
"text": "<!-- m --><a class=\"postlink\" href=\"http://es.wikipedia.org/wiki/ActiveX_Data_Objects\">http://es.wikipedia.org/wiki/ActiveX_Data_Objects</a><!-- m -->",
"time": "21:35",
"topic": "ADO ???",
"username": "Antonio Li... | ADO ??? |
[
{
"date": "2016-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nIn my 32bit version I use this code to update a query, and stay on the same record.\n[code=fw:gwgrw5gv]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">vrec := oRs:<span style=\"color: #000000;\">AbsolutePosi... | ADO AbsolutePosition in 64bit problem |
[
{
"date": "2016-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc\n\nYou can always do this the brute force way by saving your primary key to a variable and then requery and go back and find .. \n\n[code=fw:24e6phhp]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\"><br /><span... | ADO AbsolutePosition in 64bit problem |
[
{
"date": "2016-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Hi,\n\nI found the solution. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n[code=fw:1fwbxd9x]<div class=\"fw\" id=\"{CB}\" style=\"font-family: monospace;\">oRs:<span sty... | ADO AbsolutePosition in 64bit problem |
[
{
"date": "2016-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "Marc\n\nI like your solution much better and more elegant. Thanks for the feedback!\n\nRick Lipkin",
"time": "15:15",
"topic": "ADO AbsolutePosition in 64bit problem",
"username": "Rick Lipkin"
}
] | ADO AbsolutePosition in 64bit problem |
[
{
"date": "2016-07-13",
"forum": "FiveWin for Harbour/xHarbour",
"text": "[quote=\"Marc Vanzegbroeck\":229g19la]Hi,\n\nI found the solution. <!-- s:D --><img src=\"{SMILIES_PATH}/icon_biggrin.gif\" alt=\":D\" title=\"Very Happy\" /><!-- s:D --> \n[code=fw:229g19la]<div class=\"fw\" id=\"{CB}\" style=\"f... | ADO AbsolutePosition in 64bit problem |
[
{
"date": "2016-07-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "I'm not certain which class is in use in this case, but looking at the source to TArrData and TRecSet I see that AbsolutePosition is an access value, and AbsolutePosition() is an assignment method. Give this I would expect oRS:Ab... | ADO AbsolutePosition in 64bit problem |
[
{
"date": "2016-07-14",
"forum": "FiveWin for Harbour/xHarbour",
"text": "AbsolutePosition is a property not a method. Please look at the MS docs:\n\n[url:9zcaq4ao]https://msdn.microsoft.com/en-us/library/ms676594(v=vs.85).aspx[/url:9zcaq4ao]\n\nEMG",
"time": "18:41",
"topic"... | ADO AbsolutePosition in 64bit problem |
[
{
"date": "2007-06-19",
"forum": "FiveWin for Harbour/xHarbour",
"text": "To All\n\nI am running a roadblock and need to be able to store a recno to an array of 10 records. The only way I know how to update a record was to store the record number of the table in an element. WHen I go update the rows .. ... | ADO Absoluteposition |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.