I just wanted to ask how I can leverage my knowledge of Interdev while migrating to say, Visual Studio .NET. Or do I have to re-learn things from the ground up?
I would be grateful if you could provide me pointers to resources on the Net for related information.
Hi folks,
This problem's been bugging me for quite a while :
I use an ASP (computer.asp) with DTCs bound to fields of an MS Access table (computer) and 2 recordset DTCs, Recordset1 and rsComp as well as RecordsetNavBar and Add, Update, Delete, Save and Cancel buttons. The source of data for...
Hi folks,
I've been creating various reports from a database using ASP code, but I have 2 problems :-
1. I cannot control the page lengths in order to print neat reports for different sizes of paper like A4,A5,letter, legal etc. so that the report doesn't get cut off at the bottom of the...
Hi,
I want my page-enabled Grid DTC to show Pages like
"Page 1 of 10" rather than "1/10". What needs to be set for this to happen?
Mark
(mark@shillong.meg.nic.in)
I want to detect if dates entered by users in a textbox contains JAN,FEB,MAR etc :
var goodDate = true;
var theChar = theInput.substring(2,5); //see theInput below
if (theChar != "JAN" || theChar != "FEB" || theChar != "MAR" || theChar != "APR" ||...
I'm using Access 2000 with the input mask 00/00/0000;0;_ and short date format. British dates like 01/02/2003 (1st Feb, 2003)entered thru a web page's textbox bound to date/time field gets converted to 02/01/2003 in the table, but dates like 20/01/2003 (20th Jan, 2003) get stored correctly. My...
Dear folks,
I have an ASP with fields bound to an Access database.
When I test the page by adding a duplicate primary key and clicking Save button, I get :
Error Type:
Microsoft JET Database Engine (0x80004005)
The changes you requested to the table were not successful because they would...
Dear folks,
This problem's been bugging me for quite a while! I have to repost differently, I guess as I did not get any help so far.
I've got an ASP which uses the FormManager DTC along with 2 textboxes, txtVendorID & txtVendorName bound to an Access table with fields VendorID and VendorName...
Dear Folks,
I have an ASP page using OLEDB connection to an Access database, a command object to a table (vendor) with fields Vendor_ID and Vendor_Name. Vendor_ID has been defined as a primary key in the table. I use the FormManager DTC to manage Adds,Edits and Deletes. When I test the page by...
I tried several times to install the Desktop Edition of SQL Server 7 on my PC ( a Win98 m/c), but it always hangs at the point where it says "Connecting to Server...". The log file is given below in case it will help :-
2003-08-09 10:43:52.66 kernel Microsoft SQL Server 7.00 -...
Dear all,
While installing Desktop version of SQL Server 7, there was power outage at the point where it says "Connecting to server..."
When I later tried uninstalling it, I got the error message:
The log file 'C:\MSSQL7\uninst.isu' is not valid or the data has been...
Dear all,
When I try to open OE5, it gives 2 alert boxes :-
Alert Box 1 :
Outlook Express could not be started. The application was unable to open the Outlook Express message store. Your computer may be out of memory or your disk is full. Contact Microsoft support for further assistance...
Dear folks,
I have 2 Recordset DTCs which point to 2 different tables in an MS Access97 database (rs1 to officer, rs2 to office).
I'm using the SOM as well as FormManager DTC.
In my data-entry screen, I have 2 fields, one of which is Office Code, which is a drop down DTC (listbox DTC) which...
Dear folks,
I have an ASP page, trans.asp, in my Visual Interdev project . SOM is enabled for this page as I'm using Recordset and Grid DTCs
My Recordset DTC is named rsTrans and my Grid DTC is named grdTrans. Relevant properties of these 2 objects are given below:
1...
Dear folks,
I have an ASP page, trans.asp, in my Visual Interdev project . SOM is enabled for this page as I'm using Recordset and Grid DTCs
My Recordset DTC is named rsTrans and my Grid DTC is named grdTrans. Relevant properties of these 2 objects are given below:
1...
Folks,
In event viewer, I get an error :-
Source:W3SVC
Type: Warning
Category:None
The server was unable to add the virtual root '/DataTest/DataTest' for the directory 'C:\INetPub\WWWRoot\DataTest' due to the following error: The system cannot find the path specified. The data is the error...
In IIS4/NT4 Internet Service Manager, I right click on a folder icon and click properties. In the Directory tab, I click Create button, but I get :-
An error occured reading/setting a configuration parameter (0x80080005)
The same error returns after right-clicking on Default website and...
Dear all,
Please do not mind, I didn't get a response from the VI forum, so I'm reposting here :-
Some wierd thing happened. I have a Visual Interdev 6 Enterprise app using a data connection to a database file (mdb). The app was running fine and the data view showed the correct database in...
Dear all,
Some wiered thing happened. I have a Visual Interdev 6 Enterprise app using a data connection to a database file (mdb). The app was running fine and the data view showed the correct database. Initially, I used an easy-to-guess name for the database and it was located in another folder...
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.