Hi,
I wrote some shareware with VB6 and I'd like to get some feedback on the trial version. Does anyone know of any sites where people give that type of feedback? The site you can download it from is www.tightwadbudget.com if you're interested.
I am successfully setting a session variable at the URL http:\\localhost:9080\testWeb using the following code:
if (request.getParameter("openReport") != null) {
session.setAttribute("reportName", stringReportName);
}
After the session variable is set I can then view it from anyother page on...
I'm new to Websphere so hopefully this will be an easy question.
I'm trying to import a class for Crystal Reports so that it can be viewed on a webpage. I know that the following line is correct but I get the error "JavaCompile: The import com.crystaldecisions cannot be resolved." What do I...
How can I connect to an access 2000 database from websphere? I've read about people doing it but none that say how to do it. I'm new to websphere but a programming veteran.
Thanks in advance
If I rebuild a fragmented primary key on a transactionally replicated table will that have any effects of the subscriber tables? Will I need to rebuild the indexes on the subscriber tables?
I'm attempting to run sp_ReplAddColumn like so.....
exec sp_repladdcolumn 'MY_Test', 'MinInvoice', 'money', 'All', null, 1, 1
And I get the following error:
Server: Msg 21331, Level 16, State 1, Procedure sp_MScopyscriptfile, Line 40
Failed to copy user script file to the Distributor.
Anyone...
Is there anyway that I can retrieve the last identity column inserted into the database? In SQL Server Selecting the @@Identity variable will return this value but I have not been able to find it's equivalent in Access. Is this even possible?
Thanks in advance
-JK
I'm attempting to add a new article to a publication. The article is entirely SQL Server 7.0 compliant but will be housed on a SQL Server 2000 system. When I attempt to add the article I get the following message:
"Publishing this article increases the version requirement for Subscribers...
I'm attempting to add a new article to a publication. The article is entirely SQL Server 7.0 compliant but will be housed on a SQL Server 2000 system. When I attempt to add the article I get the following message:
"Publishing this article increases the version requirement for Subscribers...
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.