C++/VB - Urgent help!
Asked By ed
27-Jan-10 10:51 AM
Hi all,
windows 2003 sp2/xp sp3
Is there a way to push out ODBC connection to uses through group plicy ? I
did the registry key odbcini in the HKLM\Software\ODBC. But, we use the
customized port, 2494 It looks like that I can not specify the different
port other than 1433?
Here is the key:
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI]
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\Con]
Any one has script for this to use the customized port, not dynamically
determine port? (we use windows nt authtication, not sql authentication)
Thank you.
VBScript
(1)
WinserverGP
(1)
LastUser
(1)
Database
(1)
Wang
(1)
Jie
(1)
Solicitousness
(1)
Emailaddress
(1)
stchen replied to ed

Hi ed,
1433 is the default tcp port of SQL server db service, if you want to
change it, you can use the registry entry to modify the port value:
port or dynamic port
http://support.microsoft.com/kb/823938
I am not awared of any particular windows group policy setting that will
control the port entry of SQL server or other ODBC related settings, i
suggest you try posting in the windows server group policy forum for more
ideas on this:
http://social.technet.microsoft.com/Forums/en-US/winserverGP/threads
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
--------------------
jiewa replied to ed

Hi,
I noticed that your question has been solved in TechNet
(http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/4f1120c
5-343c-4a08-a66e-885a8ff8cd19) and since this thread is off-topic in
VBScript discussion, I am going to close this one.
Best regards,
Jie Wang
Microsoft Online Community Support
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.
Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 2 business days is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Evertjan. replied to jiewa
microsoft.public.scripting.vbscript:
Dear Jie,
While you are probably right that the Q was OT and/or answered elsewere,
you have no right or power in a unmoderated Usenet NG to close a thread.
The only things you can do is personally withdraw from the thread and/or
advice us not to follow up.
A usenet NG is not a helpdesk.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
mayayana replied to Evertjan.
I think Jie just meant the issue was being
closed from the point of view of subscriber
support. Microsoft employees are hired to
shower MSDN subscribers with lavish
solicitousness and concern, while systematically
ignoring all other newsgroup activity. As far
as Jie's concerned, the rest of us are not even here.
The absurd byline "Delighting our customers is
our #1 priority" refers to *paying* MSDN support
customers, not Microsoft customers.

to encrypt all files in folder(older that some data) with very strong algorithm use VBScript? VBScript FilePath = " \ server \ folder" FileAge = 10 Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.GetFolder(FilePath Then . . . . . . . code to encrypt. . . . . . . . . . . . . . Else End If And decrypting, when this required, to use separate vbscript-decryptor. Thanks. VBScript Discussions CipherMode (1) Bit (1) VBScript example (1) CreateObject (1) Generate (1) Encrypt (1) Decrypt (1) 128 bit encryption (1) There to encrypt all files in folder(older that some data) with very strong | algorithm use VBScript? | | | VBScript | | FilePath = " \ server \ folder" | FileAge = 10 | | Set objFSO = CreateObject("Scripting.FileSystemObject") | Set objFolder = objFSO.GetFolder(FilePath Then | | . . . . . . . code to encrypt. . . . . . | . . . . . . . . | | Else | End If | | | And decrypting, when this required, to use separate vbscript-decryptor. | | Thanks. | strong - -- -- -- -- well, I find AES string encryption in VBScript, example 1): Dim fso
on error reporting C++ / VB how to switch on line wise error reporting in asp vbscript VBScript Discussions ASP.NET (1) Vbscript (1) In what context? Server-side, or client-side code? Since you said "asp", I switch, on, error, reporting description: how to switch on line wise error reporting in asp vbscript
check a AD user's password to do a Authentication. How can i build my vbscript? VBScript Discussions Vbscript (1) That depends. What, precisely, is it that you want to do with an AD check a AD user's password to do a Authentication. How can i build my vbscript?
VBScript Working Progress C++ / VB Hi Does anyone know how to make to IE progress bar to display the VBScript running progress? Kururu VBScript Discussions VBScript (1) VbscriptRe (1) ScriptType (1) KururuRe (1) TID (1) HTA (1) IE (1) Progress (1 have used quite a bit: http: / / cwashington.netreach.net / depo / view.asp?Index = 796&ScriptType = vbscript - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- I found the following on another post which I think may help you: http: / / www 204 This shows how to do it in an HTA format. - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Got it! Thanks! keywords: VBScript, Working, Progress description: Hi Does anyone know how to make to IE progress bar to display the VBScript running progress Kururu?