The specify tag has no wiki summary.
10
votes
10answers
761 views
Why use constants in programming? [closed]
I've just been going back over a bit of C studying using Ivor Horton's Beginning C book. I got to the bit about declaring constants which seems to get mixed up with variables in the same sentence.
...
1
vote
1answer
132 views
Sending an email from a specific account using Outlook and Delphi
I need to be able to use a specific sender address when I send emails from Delphi using Outlook automation.
I have the code running now, but it uses the default account in Outlook and I need to be ...
1
vote
1answer
17 views
What is the best way to replicate an out of disk space condition in a test environment?
I want to replicate a quota issue. a process write to a file in a directory and that we ran out of disk space, process writes empty file due to that.
I want to replicate that on my dev machine. Does ...
1
vote
2answers
112 views
How to specify a port for the ASP.NET Configuration Site?
Is there any way to specify a permanent port for ASP.NET Configuration site (Web Site Administration Tool)?
I need to add a link to the ASP.NET Configuration site, but I can't due to the port ...
1
vote
1answer
114 views
How to specify default module in Zend Framework?
By default Zend Framework specifies "default" module is the default module of application. Now I want my "frontend" module is the default module in my app. How can I do this?
1
vote
0answers
70 views
Trouble using command-line when installing SQL Server on Windows 7
I'm having trouble using this command when installing SQL Server 2005 Express with Advanced Services on Windows 7 (French settings):
...
0
votes
1answer
44 views
How to specify an array using a variable in php?
I need help on how i can specify an array name or key using a variable?
I've tried countless times and it never works
Before i get to the code, $games is the array, and i show it at the bottom
here ...
0
votes
1answer
213 views
LINQPAD trying to specify SQL Server Compact 4 databases
I have 2 SQL Server Compact 4 databases (sdf files) that I'm trying to query using LINQPAD v4.28.2 (with autocompletion option). I opened the 2 sdf files in LINQPAD but when I try to specify the ...