Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dejanj
  • Content: Threads
  • Order by date
  1. dejanj

    How to send data via HTTP Post method

    Dear All, I 've found this article from Fox Advisor ( Jul 2002 ) in TIps section. When i tried i can't seem to be able to send data to HTTP the method open returns the contents of ASP page. According to article i should be able to send data via Post to ASP page Maybe someone can test it and...
  2. dejanj

    How to insert quotes and double quotes in Oracle8i table

    Dear All, Does anyone know how to insert " (double quotes) and ' (single quotes ) into oracle8i table. For example i 'v got a table : CREATE TABLE "GCC"."SGCCSUSR"("ENCRYPTED" VARCHAR2(132) NOT NULL); ..the value i need to insert is 18571!"#$%...
  3. dejanj

    Foxpro Memo field type and Oracle8i...

    Hi All, Can anybody tell me how to upsize this 2 tables in Oracle8i from Visual Foxpro 6. They both uses Memo fields. What field type should i use in Oracle8i? FUNCTION MakeTable_SGCCELOG ***** Table setup for SGCCELOG ***** CREATE TABLE 'SGCCELOG.DBF' NAME 'SGCCELOG' (USER C(10) NOT NULL, ...
  4. dejanj

    Upsize to Oracle 8i

    Hi All, Can anybody tell me how to upsize this 2 tables in Oracle8i They both uses Memo fields. What field type should i use in Oracle8i. I am using VFP7. FUNCTION MakeTable_SGCCELOG ***** Table setup for SGCCELOG ***** CREATE TABLE 'SGCCELOG.DBF' NAME 'SGCCELOG' (USER C(10) NOT NULL, ...
  5. dejanj

    Batch file for STARTUP/SHUTDOWN ORACLE database

    Hi All, I would like to automate process of starting up Oracle 8i database on WIN2000 machine. I understand i can set to start Oracle8i ( SID ) service to automatic ( using Services control panel ) but i would like to automate the sequence of starting and shuting down Oracle database through...
  6. dejanj

    Remote View ORACLE primary key

    Hi All, I would like to insert all the values at the time of saving in remote view but oracle or Foxpro doesn't save the value for primary key. Once i am on the record ( remote view ) which i am updating or adding only after REQUERY(), value in my primary Key field appears. Expl. TEST with 2...
  7. dejanj

    Selective deletion of records in grid

    Dear All, This seems to me as bug in VFP7. I am running VFP7 SP1 and my client wants to have ability to selectivly delete records from the grid. Problem: Client ( VFP7 ) is running remote view against VFP database ( VFP7 SP1) I am running remote view with TABLEBUFFERING and multilocks ON. My...
  8. dejanj

    OLE error message: Multiple-step operation generated errors

    Hi All, In My Visual Foxpro 7 SP1 app I am using Microsoft MSDORA provider as OLEDB on the top of Oracle ODBC driver SQORA32.DLL 8.01.07.00 which is installed with Oracle 8i Client to update Oracle database. My app 24/7 which is doing around 5000 transactions per day is running quite happily...
  9. dejanj

    VFPODBC.DLL on XP

    Hi guys, I have developed CLient Server app with backend database being VFP7 and Client is accessing data via ODBC. Everything is fine on Clients machine running Win9x, NT4, NT2000 but if it is running on XP... Client software is reporting ODBC error. Client interface is done in VFP7. EXE...
  10. dejanj

    Limitation of the data displayed in editbox control in VFP7

    Hi All, I have a editbox ( read-only ) in my app which i am using to display output commands. Is there any limitation on how many characters can be typed in this control and then my app crash. I am using the readonly Editbox to display AT commands ( talking to modem via MSCOMM32.OCX control )...
  11. dejanj

    How to get the GMT i.e. TImeZone from users PC

    Hi All, I am parsing the ttoc(datetime(),1) function and i have to add GMT zone from the users PC. Any ideas how i can do this? Thanks Dejan
  12. dejanj

    How to get the datetime() from VFP database server

    Is there a way to get the current datetime() from the Visual FoxPro database Hi All, Is there a way to get the current datetime() from the Visual FoxPro database server. I have a client talking via ODBC to Visual FoxPro DBC on the network ( Client/Server app designed in Visual FoxPro 7...
  13. dejanj

    How to get list of all Computers from network...

    Hi All, Is there a way how i can get the list of all computers on the local companies network i.e. similar as to when you go to Network Neighborhood? I need to store it in a cursor or array so i can manipulated in my forms. Any respond appreciated. Thanks Dejan
  14. dejanj

    How to Send and Receive text from COM port from VFP

    Hi All, Are there any sample code i can use for sending AT commands to COM port and receiving responses. I want to send some text to COM port and wait for response i.e. AT+CMGF=1 then wait for modem to respond with OK then AT+CSCA="045151511" wait for OK and so on... I am using...

Part and Inventory Search

Back
Top