o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Querying An INI Key -

How do I get the value of a key from an INI file? I'm using the GetPrivateProfileString code.

 

Querying Excel File -
scenario: it's for client - server application..the application need to querying an excel file than insert it into MSSQLServer2005 the problem is..when i develop the program, i create linked server and the querying is fine coz it use local server the problem when the applicat


Data List - ADO -
I used to use a list box in VB 5.0 but now I am trying the Data List control with ADO. Trouble is, when I connect to an Access database I now only get back the total number of records in the table I'm querying. I really only want a selection based on a field's criteria. I've tried qu


Monitoring Switch Ports -
I was wondering if its possible to monitor Switches ports to see how much traffic runs through. Currently I have a script that monitors servers Performance (such as CPU % Memory usage etc) by querying the System 32 WMI object. Does anyone know a way of querying the performance of a s


Data over HTTP -
Hi, Not sure if I've got the right forum, but hope so. I have a VB6 program which I want to interface with an MS SQL database. Rather than leaving the port open for the database on the firewall I thought it might be better to have the VB app call an ASP page which can then query t


WMI querying against remote machines -
Hi All, Does anyone out there have an working vb.net 2005 code that runs WMI queries against a remote machine on the same network? I am trying to make the cross from vbs & vb6 to vb.net 2005. WMI querying was straight forward in the past, but I can't seem to find any working


[02/03] Web service query and Certificates -
I have an ASP .NET app in one Domain querying a web service in another domain, unfortunately it fails as the logs show: "Reason: The underlying connection was closed: Could not establish trust relationship with remote server" Now accessing the web service via a browser pr


querying database from value in DataCombo -
Hi, I have a DataCombo box in which you can select values from a field from a table e.g. Persons Initials, I want to place a Label box next to the DataCombo box so that when the initial is selected the associated FirstName and SecondName field is shown in the Label box. My pro


Refresh textbox -
I need help on refreshing a textbox. I have updated the database with a SQL query and re-run the routine for creating the textbox and querying the information back to the textbox.text and on debug mode, it showed that the querying data are the most recent. However, when it is actually


[2005] Querying the names of the nodes,( Treeview control) -
Alright I have a treeview control and i need to Query The table names from the database as the names of the nodes. I know i need to query the information_schema.tables, and i know its going to need to be looped a few times, i have some code that i used to build the query, but i hav


Querying But Considering the Cases -
Hi guys, I was hoping you could help me. I have a problem regarding querying records but I need to consider the cases of the characters. For example, the 'text_msg' field has 'Hello' and 'hello' on it. I want to query something like this: select * from <table> where tex


Data Querying in VB2005 Express -
Hi, I am using Visual Basic 2005 Express and Microsoft Access to develop a simple program that stores Purchase Orders. I want to be able to query those PO which are outstanding(depends on conditions) or its delivery date has expired and display them in a Datagridview. I tried queryi


querying the existance of a key in the registry -
anybody know how to do it?


Querying An INI Key -
How do I get the value of a key from an INI file? I'm using the GetPrivateProfileString code.


querying a DataTable -
As an example, sayI have a "People" table with names and ages. Right now I'm doing this: At the beginning of the program I fill a DataTable from a Jet database by creating a DataAdapter with the query string which gets the entire table. Later in the program, I want to f


Querying from multiple db -
Hi I am writting a little app with need to query information residing on more tahn one db. Anyone have anyidea how i can accomplish this thanks Matt


[2.0] Sql -
Does .net have a module for SQL? Preferably MySQL. Also are there any examples of querying a row? Because in php there is a function that automatically parses it which makes it hard to find an example of doing it manually.


Querying Webpage PL/PHP -
Say I wanted to do something like the Inet control does in VB6: Inet1.OpenURL(url as string) How would one accomplish this in either Perl or PHP? Would you have to open your own connection to the URL and get what is returned?


[2005] Querying WMI and Permissions -
Is it possible to access a server and get WMI information from the root\cimv2 classes without having to authenticate? What exactly is ImpersonationLevel=Impersonate mean? I thought that is what this should do but it doesnt...


SQL Select statement -
If you are querying SQL server, you need to use a percent sign % as a wildcard in your like statement


Querying Registry -
Does any body know a good way to search the registry for a particular value, the same way you would in regedit. Thanks, Peter


Querying SQL Server with WMI and .NET -
Could somebody please give me an example of how to query SQL Server using WMI and .NET? Thanks Either C# or VB.NET code will be fine.


Redemption ExecSQL function returns null on custom field with date datatype! -
I have a very strange problem with querying a particular outlook folder with the latest redemption library. I have made a custom form with many custom fields - both strings and date data types. If I query any of the custom string fields, the recordset object returns the exact values. B


Querying -
This is probably an easy question but here goes! I have a DB application and I want to allow the users to build there own SQL based on the tables that are in the application. Is there a control out there that I can use?


Query Exchange MDB -
Guys. Does anyone know a way of Querying Active Directory for Exchange Message Database's I have no idea id this is possible or not Thanks in advance


Querying the type of a font... -
Hi All. I'm reading a fontname from a file and I'd like to query Windows so it can tell me if it's a truetype font or not. Anyone knows if that's possible? Thanks! Alain


ADO and creating reports from a database using VB6 -
What tools are available to build a polished report ready to print out, by querying an Access database from within VB6 using ADO controls?


SQL Query Tools -
I'm writing an ADO.NET application again an Oracle RDB Database via ODBC and I was wondering if anybody knows any good share/freeware tools for querying the data. I used to have a decent one, but not any more, and for the life of me I can't remember what it was called.


SQL PLUS Expert -
I am looking into a position requiring a "SQL PLUS Expert" - anybody out ther heard of this - is it a querying tool a la query analyzer of PL SQL ?


Querying server name from a MTS COM module -
How can I find out which server my code is running on? I need this since the code will be distributed on many servers. Something like: ThisServer = ServerName()


using unbound dbgrid -
information on unbound dbgrid and the use of the same in adding , modifying deleting and querying on database tables


querying a stored procedure helllllp -
is there any way to treat the results from a stored procedure as a table then extract specified data from it??


Querying Dates in the Data Environment -
This seems strange to me but I am sure there is something I am missing. When I enter an sql date crteria, like > 8/1/02, in the designer, it converts it to { d '2002-08-01' }. The tables are Access and they dont like this format. The designer wont accept > #8/1/02#. What am I doi


Querying in crystal report -
Hey... does anyone know how to use a set of querys to query the data that is needed and upload it to the crystal report?


POP3 Server Address -
While we are querying a Mail eXchange is the SMTP address and the POP3 we got are the same


querying a recordset -
how to perform a sql type query of a recordset, into a new recordset or the same recordset? i am not using any connection, creating the recordset on the fly, then want to get the destinct records ado 2.8, vb6


call of duty -
could sum 1 please help me by giving me info on querying call of duty servers


Detecting Oracle Views -
Hi, Does anyone know of a way to detect if a linked Oracle table is actually a view? My reasoning is that the database I'm querying has several badly written views.. I'd like to skip these when importing data to Access... Thanks in advance...


Querying Active Directory to get user's Home Directory -
I'm new to VB.Net and I'm trying to figure out how to query AD to retrieve the home directory information of the currently logged in user. Any help would be greatly apprecitated. Thanks.


[2008] Querying CD Drives -
Using VB, how can I query the CD/DVD drives in my PC to get the manufacturer / model info WITHOUT using things such as IMAPI(2) and WIN32_CDRom? Is it possible that the information is stored in a specific region in memory? After all, this information is shown on screen by the POST p


VB - Server Power! -
Can anyone tell me or point me in the right direction - what is the best way to guestimate the sort of server you would need to cater for 100 users who are regularly querying a database (MySQL) using a VB interface? Also, what sort of a server would you need for a big website like say