Hi all
I’m connecting to a MSSQL db. I use an ado connection and an ado query
When I run my query in msQuery analyser it takes 50 sec, but when I activate my query in Delphi I get a time-out error after 30 / 40 sec.
How can I set my connection to never time out?
-Kip
Hi
Thank you for responding. I’m not sure of what you mean. Can you please show me in the code below? I want the pre chosen value to be QUser.FieldValues['DepartmentID'].
The beginning of the component names tells you what they are according to this:
ds... = TDataSource
dbl... =...
Hi
I’ve got a user table in my db. Each user got a departmentID. I use a DBLookupComboBox to show the different departments. When I open a user for editing, how can I make his department to be the pre chosen value?
Any help will be greatly appreciated!
-Kudel
I’m developing this mainly for practise, but I also want to build an Internet service that people use. It’s much more fun to practise other things when you already have a group of active users.
I’ve never used AciveX is it difficult?
-Kudel
Hi
I’m just picturing that a java applet is the way to go. I can’t rely say way, but I just do. That is mainly way I’m asking.
Let me ask this way instead: If you where to develop a multi player card game that uses a database and shall be played trough the Internet, what would you chose to...
Hi
I’m going to develop a game. The game is a multiplayer card game that shall be played on the Internet. The application needs to work whit a database and handle a bit of graphics. I have no experience in java, but I’m pretty good in C++ and Delphi.
1) Is Java the way to go?
2) Does Java...
Hi all!
I’m part of a team that develops an application that uses multiple forms. Our concern is how we can be certain that every form pops up on the same screen as the main form when the user has a multi screen computer.
Any hints, tips or solutions are appreciated.
-Kudel
I’m trying to return a string from my procedure, but all I get is this message
“Syntax error converting the varchar value my string to a column of data type int.”
Can’t procedures return varchar?
-Kudel
Hi!
I’m self-teached in ASP and do a lot of jumping in and out of asp code. I read Tarwn’s comment about this in the tread “Loops driving me nuts”.
Tarwn wrote
“escaping in and out of the script is not good for the web server, you can liken it to driving down the road and shifting between...
Hi all!
I have two databases that is almost like.
I have a customer field in both databases.
Each customer has a web_user_name that is unique.
I need a unique index that checks both databases.
Create unique index WUN on db1..TestA(web_user_name) and db2..TestA(web_user_name)
Any tips, tricks...
Hi all
I’m making an application that shows pictures in a TwebBrowser. Is there any way that I can get the pictures to be scaled to fit the WebBrowser?
Any tips, tricks or hints are appreciated.
-Kudel:)
Hi
Like this:)
select t1.date,(t1.RecCount - (Select t2.RecCount from YourTable t2 where t2.date = dateadd(dd,-1,t1.date) and t2.Name = t1.Name))
from YourTable t1
-Kudel
Thank you for the respond.
I'm hoping to make someting like this
if Javaruntime then
You have Java Runtime 1.4.0
else
You do not have Java Runtime 1.4.0
How can I do this?
-Kudel
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.