Is there a way to insert and delete data in an open text file without having to rewrite the entire text file.
Consider for example that I've open a text file, located a specific string within the ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10022803.html
I'm working with macros and this file: VBAProject (Insert Visio Button.XLS) is always there, even if no sheet is opened. So how do I actually open this xls sheet? Or is it hidden, or is it not a ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_100...
I have made a userform with a textboks and an commandbutton, and i want it to insert the text in a relative cell in the excel sheet, when i push the commandbutton, what is the kode for that ?, and ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10077341.html
Zones:
Visual BasicDate Answered: 09/23/1998 Grade: C Views: 0
Hi everybody
we're actually trying to build up a sybase database (version 11) running on a sun solaris server and we're looking a c program template to insert data from text files
thanks in advance
http://www.experts-exchange.com/Database/Sybase/Q_10081516.html
Zones:
SybaseDate Answered: 09/22/1998 Grade: B Views: 0
Hello, for the past couple months I've been adding users
to my database via a web page with no problems with the
following SQL:
fp_sQry = "INSERT into MyUsersTable (UserNameID, UserPass, EmailAddr...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10120852.html
Zones:
MS AccessDate Answered: 01/25/1999 Grade: A Views: 4
How do I go about inserting an active-x control into a non-MFC application? I am using Microsoft Visual C++ 6.0.
All examples I have found are for MFC applications.
I noticed that I can insert one ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10144834.html
I want to list the contents(all the commands actually) of an export file(expdat.dmp) rather than actually importing it. I used the show=y option while doing import. It showed only the DDL commands...
http://www.experts-exchange.com/Database/Oracle/Q_10148078.html
Zones:
OracleDate Answered: 04/27/1999 Grade: B Views: 0
I am attempting to do the following:
INSERT INTO myTable (col_1, col_2, col3)
VALUES
((SELECT ...), (SELECT ...), val_3)
{Where "SELECT ..." represents some select statement to
get a value...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10208545.html
How to insert , for example the date at the place of the cursor. When I test it it will just results in a lot of RTF codes ??
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10252334.html
Zones:
Visual BasicDate Answered: 12/29/1999 Grade: A Views: 0
I Have three radio groups, and 3 tables in an Access Database, each with a field called "WhatsNew"(Boolean). I would like to insert the value "TRUE" into the appropriate record where my recordset ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10255465.htm...
Zones:
ASPDate Answered: 01/07/2000 Grade: A Views: 0