Howdy All,
I create an XML file from MS-Visual Basic and then modify the file in Excel.
In the generation of the XML, I create code like:
<Row>
<Cell>
<Data ss:Type="String">Support</Data>
</Cell>
<Cell ss:StyleID="stENTRYCELLSHADE">
<Data ss:Type="Number"...
Hi,
I am new to XMl so excuse me if this is a stupid question.
I am creating a web based timesheet system where users can download their timesheet in XML format so they can edit it offline in MS-Excel. The user will then be able to upload the XML file and the system will update the database...
I open a word template through VB and populate it's fields. I then save and open it as an doc. That all works great the problem is the menu bar or title bar (you know file, edit, view, ..) is not displayed neither is the icon bar.
I'm sure it can be set through a property of word.application...
Hey All,
Ok, I got what should be a simple straightforward question for you.
I want to get the error description, in my error handling routine, I want to determine what the error is and insert it into an error log table.
I can get the error number using @@Error, how do you retrieve the error...
Hi All,
I have been encountering a problem with BCP which I cannot resolve. I have read all the posts on this site relevent to BCP but have still not been able to resolve my problem. I have enclosed all relevent information.
Here is the destination table on Sql Server
CREATE TABLE...
Howdy All,
I would like to pass a variable from one function to another function, change this variable in the second function and when returned to the first function the value would have been changed here.
function f_main()
{
var i = 1;
var retVal = true;
..
retVal = f_sub_function(i)...
Hi All,
I am trying to write a database creation script and on one table I need to assign a default date to a column of data type "DATETIME YEAR TO MINUTE". I wish to assign the current date.
Any help would be great!
Blue Skies
Skydive.
Hi All,
Does anyone know of a third party tool that can translate MS-SQL Server stored procedures to Informix SPL.
If not has anyone got any ideas how I can approach the problem as I have several hundred SP to convert, so re-coding them manually appears to be out of the question.
Thanks &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.