I am using Backup Exec version 9.1 Rev. 4691.
When I create a backup job, I don't have the option on my servers to select system state. I have the appropriate agents installed on all servers, but yet the system state node is not visible.
Any ideas?
THanks in advance for your help!
well, that does away with my build error, but it returns a null error on the dataset when i load that page. i know that there's data there. i think the problem lies in how i'm building the connection string dynamically by using a variable from another page. i've built a test page in the ide...
here's a super down and dirty way to do it...
on page1.aspx:
<a href=page2.aspx?page=1>page two</a>
then on page2.aspx:
dim pagenum as string
pagenum = request.querystring("page")
response.write(pagenum)
this should display the number 1.
I'm trying to connect to a SQL 6.5 database. I get build errors on the following line: For Each dr In dsname.Tables(0)
The error is: Expression is of type 'System.Data.DataTable', which is not a collection type.
Forgive me if this is a simple problem, I'm new to ASP.NET.
Here's my code...
jshurst,
your code was what i needed. after executing it, i found that my stored procedure wasn't returning anything, so i edited it, and now everything is working like a charm!
Thanks for your help!
First of all, I'm new to VB.net, so please excuse my ignorance.
I'm trying to get a return value from the following stored procedure:
CREATE PROCEDURE cc_add
(
@username varchar(30),
@orderdate datetime
)
AS
insert into orders (username, orderdate) values (@username, @orderdate)
declare...
I've bound SQL data to a dropdownlist successfully, but no matter what choice is made in the dropdownlist, the first item is the only one that will display in ddl.selecteditem.text...
For example the first item is #wrtcart001. The secound item is #wrtcart002. If I choose the second item...
I've bound SQL data to a dropdownlist successfully, but no matter what choice is made in the dropdownlist, the first item is the only one that will display in ddl.selecteditem.text...
For example the first item is #wrtcart001. The secound item is #wrtcart002. If I choose the second item...
Vragabond,
Is the following doctype invalid?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
I fixed my menu titles. Thanks!
Any places to learn more about the box model?
Once again, thanks in advance for all of your help!
i'm fairly new to css, and i've created a css formatted webpage. it is here:
http://www.reuniontitle.com/sc/newindex.htm
it renders as intended in internet explorer, but looks crazy in firefox and mozilla. can someone give me some tips on how to fix/workaround these issues?
thanks in...
i have data in one cell formatted like: smith, bob. i want to split that data into two cells. one for the firstname and one for the lastname.
i'm not asking anyone to write a formula for me, but if you could maybe just give me guidance on which functions to look at i would be very grateful...
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.