Search found 20 matches: userinfo

Return to advanced search

Conectarse con mariaDB

... be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10827 "kLSNoExecutableErr: The executable is missing" UserInfo={_LSLine=4129, _LSFunction=_LSOpenStuffCallLocal} function conectarse()  local cUsuario  local cPassword  local cDb   local cHost  ...
by goosfancito
Mon Jan 01, 2024 9:22 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 10776

ADO y "DATETIME" como obtener SOLUCIONADO

... pero al ver lo que trae este record en ese campo viene vacio Alguien me puede echar la mano con eso, no logro obtenerlo. GetRecSet('SELECT * FROM USERINFO') Esta es mi coneccion a la MDB STATIC FUNCTION ConnectToAccess(__cRuta)   local lConnect := .f.   local cStr   := "Provider=Microsoft.Jet.OLEDB.4.0;Data ...
by VitalJavier
Tue Feb 09, 2021 6:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADO y "DATETIME" como obtener SOLUCIONADO
Replies: 5
Views: 491

Re: Operaciones con fechas en ADO

... ), 2, 0 ), 2) + "/" + NTOC( str( year( dDate ), 4, 0 ), 4 )cQuery := "select checkinout.userid, userinfo.name, checkinout.checkTime, checkinout.checktype from checkinout " + CRLF + ;                "left join userinfo on checkinout.userid ...
by Pedro
Tue Mar 12, 2013 4:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Operaciones con fechas en ADO
Replies: 21
Views: 4332

Re: Operaciones con fechas en ADO

... ), 2, 0 ), 2) + "/" + NTOC( str( year( dDate ), 4, 0 ), 4 )cQuery := "select checkinout.userid, userinfo.name, checkinout.checkTime, checkinout.checktype from checkinout " + CRLF + ;                "left ...
by Simon
Tue Mar 12, 2013 2:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Operaciones con fechas en ADO
Replies: 21
Views: 4332

Buildmenu on MdiChild causes error when child is Maximized

... )   Called from: .\source\classes\WINDOW.PRG => _FWH( 3159 )  Here is a lengthy example that creates a Access database .. Open the UserInfo child with the Buttonbar .. close the program .. the program will close normally.. Open the program and maximize the MdiCHild with the xBrowse ...
by Rick Lipkin
Mon Feb 13, 2012 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Buildmenu on MdiChild causes error when child is Maximized
Replies: 8
Views: 2292

Re: Creating an Access database from Code

To All Here is the finished code .. 1) Creates ( from code ) the Access ( 2003 ) Database Rick.Mdb with a password 2) Create the Table UserInfo inside the Rick.Mdb database with a primary key 3) Append a new record to the new UserInfo table Rick Lipkin // AccessDB.prg// creating an access ...
by Rick Lipkin
Sat Nov 19, 2011 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Access database from Code
Replies: 5
Views: 1518

Re: SQL ADO error writing to table attribute READ

... way it addresses attribute names especially for protected attribute names .. I have always known to use to use Select [read],name,[domain] from Userinfo, but in this case I opened the recordset with Select * from Userinfo so accessing all the attributes should be available. I should hear back ...
by Rick Lipkin
Mon Aug 08, 2011 8:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL ADO error writing to table attribute READ
Replies: 7
Views: 1192

Re: Exportar de MDB a DBF

ACC69 Colocar esta cabecera #include "ado.ch" Colocar la via correcta de la ubicacion de la base .MDB sSQLQuery := "SELECT * FROM USERINFO" //USERINFO es el nombre de una de las tablas de la base (verificar con Excel o Access en la tuya) Si podes enviame tu .MDB empaquetada ...
by acuellar
Wed Aug 03, 2011 9:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Exportar de MDB a DBF (Solucionado)
Replies: 9
Views: 2358

Re: Xbrowse errors using ADO and column READ

... [code] DEFINE ICON oICO RESOURCE "SCANNER" DEFINE WINDOW oUser ; FROM 2,2 to 25,65 ; of oWndMDI ; TITLE "USERINFO Administrative Browse" ; MENU BuildMenu(oRsUser) ; ICON oICO ; NOMINIMIZE ; NOZOOM ; MDICHILD @ 0, 0 xBROWSE oBrow of oUser ; RECORDSET ...
by Rick Lipkin
Sun Jul 17, 2011 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse errors using ADO and column READ
Replies: 8
Views: 2406

Xbrowse errors using ADO and column READ

... errors when creating the browse. I do realize "READ" is a protected word .. however the sql statement used is "select * from Userinfo" which includes the column "READ" .. I have used [read] when I just want this column .. However, for some reason I can not get ...
by Rick Lipkin
Tue Jul 12, 2011 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse errors using ADO and column READ
Replies: 8
Views: 2406

Re: Ms Visual C Sharp

... handle an async Poll result private void pollCB(object sender, pbx_wsdl.PollCompletedEventArgs e) { // scan user and call events foreach (pbx_wsdl.UserInfo ui in e.Result.user) { string description = "user "; if (!String.IsNullOrEmpty(ui.cn)) { description = description + "(" ...
by MarcoBoschi
Tue Sep 01, 2009 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ms Visual C Sharp
Replies: 9
Views: 3421

TestSmtp

... oRsuser:CursorType := 1 // opendkeyset oRsuser:CursorLocation := 3 // local cache oRsuser:LockType := 3 // lockoportunistic cSQL := "SELECT * FROM USERINFO order by USERID" TRY oRsuser:Open( cSQL,'Provider='+xPROVIDER+';Data Source='+xSOURCE+';Initial Catalog='+xCATALOG+';User Id='+xUSERID+';Password='+xPASSWORD ...
by Rick Lipkin
Tue Jul 08, 2008 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestSmtp
Replies: 6
Views: 1617

Dúda: És posible esto en FIVEWIN ahora ó en el futuro??

Maestro Antonio, desculpe por el post, solo una dúda: És posible hacer esto en FIVEWIN, ahora ó en el futuro?? Gracias. ************************************************************************************ ************************************************************************************ ** ** ** V...
by karinha
Wed Jun 11, 2008 1:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dúda: És posible esto en FIVEWIN ahora ó en el futuro??
Replies: 2
Views: 2158

Antonio Atualizei meu FWH 7.09 para 7.12 e tive que voltar pro 7.09, pois tinha problema com bKeyDown, adiquiri novamente a 8.01 no qual no WhatsAnew.txt informa: * Fix: Due to recent Class TGet changes, bKeyDon was evaluated twice. Now it is ok. ainda persiste o problema executa 2x a mesma função e...
by miragerr
Thu Jan 17, 2008 3:29 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Erro em bKeyDown
Replies: 19
Views: 5560

... in opening a ms sql table .. Rick Lipkin cFROM := "WEBDB02" cUSER := "drugcontroluser" cPSW := "r2x6j3q4" cDBF := "DRUGCONTROLtest" cTABLE := "USERINFO" TRY SELECT 1 USE (AllTrim(cDbf)) VIA "ADORDD" TABLE AllTrim(cTable) SQL ; FROM AllTrim(cFrom) USER AllTrim(cUser) PASSWORD AllTrim(cPsw) CATCH ...
by Rick Lipkin
Wed Aug 22, 2007 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xharbour and .net
Replies: 13
Views: 6090
Next

Return to advanced search

cron