I'm pretty new to the object oriented programming world and ran into an issue this morning..hope somebody can help.
I've created a custom class call User which handles such methods as "getting user details", "save" and "update". The class has properties for first name, last name, email...
I have recently installed a windows 2003 domain controller and since doing that I'm finding that my Windows XP machines seem to lose their credentials so when I try to access network shares or network printers (all connected off the server) I get prompted to login to access the resource.
When I...
When I add a new webform.aspx to my solution and try to load the page in IE I get the following error:
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file...
Craig,
Yeah not as easy as that. Appears that its trying to create a virtual site under the default web site on the server, but like I said in my previous post..we don't use virtual sites, we create new sites and use host-headers to connect to them.
i.e. we use website.domain.com not...
I'm very green with .Net experience, so please excuse any stupidity!
I have been an ASP developer for the past 5 years. Our company is switching focus to .Net development but none of us have been able to get a new project started on our web server.
Here is what we used to do for ASP...
I created a database application using Access 2000. It was set up with an Access front-end, connecting to an Access backend. Everything was operating fine but my client wanted it upgrade to a SQL Server 7.0 backend for web-connectivity.
On one form, which uses a sub-form, when you click on the...
What type of database is it?
If it's a SQL server, and there is no firewall preventing the two from connecting to each other, you could schedule a job to replicate the information.
Well technically you can't run a site with a dynamic IP, but because I'm on a cable modem connection, and always connected, my IP address has only changed once in the past year..when it does change I just have to make a few tweaks, and within 24 hours at the latest, all sites are back online...
Yeah I used to run a W2K server and used Internet Sharing..and it was great. Very simple.
Found with my server it froze if I tried to upgrade it to any of the W2K Service Packs or latest critical updates..so decided to go back to good old NT 4.0.
A friend said it shouldn't be a problem to...
I must add that the server is also running as a web server so it needs to have the live IP address on it. I considered buying one of those Cable\DSL routers, but I don't think I could get the webpages to run (it is a development web server so there are sites on a lot of different ports)...
I need help setting up the IP Forwarding on my NT Server. I have 2 NICs in the server, one connected to a cable modem getting a dynamic IP, and the other with a 192.168.0.1 address.
I want the other machines on the LAN to use the Server as a gateway so they all can get internet access.
I...
Anybody know the best way (or free code) that will built a treeview control on a webpage that pulls data from a SQL database? I started one in HTML but now, for performance reasons, have started looking for a good DHTML one. I've looked at TreeGen (which is free), but found it a little...
Anyone know how to do this?
It is a built-in function in Visual Basic 6.0 and Excel, but not in to ASP. I was thinking I could reference the msvbvm60.dll and use the function, but not sure how to do this.
Can anyone help?
Thanks..
Andrew
You could pass the username into the selection formula so the user only see's the data that corresponds to them.
http://www.servername.com/report.rpt?sf={username}=username
Hope that helps
Andrew
If you have access to a SQL Server the easiest way is to create a database in SQL Server, import the data and then detach it from the SQL Server. Using MSDE you can attach the database to it and there you go.
Hope that helps
Andrew
I have an application the uses the NetAPI "NetServerEnum" function to determine the domain controllers on the network, determines if you belong to a specified access account and from that result determines your access level to the application.
The code executes perfectly in the VB...
Well the 2 subreports are supposed to link to the ID field of the main report (which gets populated in the first recordset). I assumed that it would use the ID field it is supposed to link with to build the subreports.
All of the reports are connecting to an Access database through an ODBC...
In VB 6.0, I am passing an ADO recordset to a report to pull a report on the current recordset, which is working great.
However, when I add a sub-report to the report and then try to run it again I get the message "File Not Found". Is there a special way to pass a recordset to a...
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.