0
votes
1answer
35 views
What is the use of TNS_ADMIN variable in Oracle?
Hi All,
Please tell me what is the use of TNS_ADMIN parameter in Oracle? I am working on Unix using oracle database.
Is this parameter is required to locate the sqlplus. I am executing a script in …
0
votes
0answers
5 views
How to get a new window by clicking each items in treewidget
Can you please send me the code regarding treewidget items ,the issue is when we are clicking the list in treewidget we have to a new window in right side,by clicking different list we have to get the …
0
votes
2answers
161 views
Connecting to SQL server2005 from ActionScript3
I want to connect to database SQL2005 from ActionScript3, where i need to execute query statements from actionscript! can any one tell me please the code to do that ????
i searched about this issue …
0
votes
2answers
28 views
Firebird connection problem after converting project from VS2005 to VS2008!
Hello,
I have a queer problem. I was working on a project with firebird 1.5.6 .NET provider and Visual Studio 2005. Everything worked fine. Then I converted the project to a VS2008 project. Now I …
0
votes
0answers
3 views
BIRT with db2 giving problem
I have successfully connected to DB2 database using db2jcc.jar and now facing another issue.
When i create a dataset and preview it. BIRT viewer throws following error.
Cannot get the decimal value …
0
votes
0answers
37 views
SQL Server connection issue [closed]
I am learning from http://msdn.microsoft.com/en-us/library/ms143432.aspx, my question is what is the differences between "Connections per client" and "user connection"?
0
votes
0answers
15 views
IE8 won’t display webpages unless ip address is given [closed]
After installing IE8 I could no longer browse to a webpage using its URL. If I enter the ip address then it connects. Also, I can't send/receive email via Outlook, which seems to be a related …
0
votes
0answers
8 views
How to re-use a connection with Informix .Net Provider
im new on informix and i did a webservice on .net c# that calls 3 different store procedures. What i like to know is if Informix or .Net opens 3 different connections to execute this procedures or …
0
votes
1answer
124 views
High latency using brctl, eventual timeout.
When using brctl, my latency on the notebook that is doing the bridging becomes horribly slow. Eventually, I cannot get the notebook to connect to anything, even the routers admin panel, or pinging …
1
vote
1answer
19 views
Display Problem with absolutepanel with gwt-connector
Hi,
I am trying to use GWT-Connector in one of my classes to create the connection point to the widgets. Here is what i have:
public class Test extends Composite{
RequiredData rd = new …
0
votes
1answer
12 views
asp.net no access to ConfigurationManager
I created one asp.net mvc application using linq to sql, and in the generated code it created this:
public ApowDataContext() :
…
0
votes
2answers
50 views
ASP.NET: Connection closing after repeater databinding
Hi,
I recently changed the way the connection worked on my web app and now I'm facing something that I don't understand.
I hava a page that call a function called "ItemGet" in the Page_Load and it …
0
votes
5answers
89 views
read() function in socket programming in c
I use this code for reading from socket :
int n ;
char buffer[256];
n = read(newsockfd, buffer, 255);
if (n < 0)
{
error("ERROR reading from socket");
}
if the data that must …
0
votes
3answers
40 views
Difference b/w connecting to SQL Server from ASP.net and Desktop application. In terms of CAL?
-What is difference between connection to SQL Server from ASP.net and Desktop application?
Why purchasing a Client Access License (CAL) for every device that accesses your server is not needed in …
0
votes
3answers
22 views
which scenario in http transaction is occurred ?
In http transaction for request and response which scenario is occurred ?
client (web browser) open connection and send it's request and connection open (keep alive) until server accept and answer …
