I have installed tomcat on my Ubuntu Home 11.10 system and can successfully access the test page online after port forwarding on 8080 within my router.
I have not made any other changes to the router, Ubuntu or the tomcat install, everything else has remained standard. I intend on using this to...
Hi
Could someone show me a quick example of having....
1. Data in XML (simple dataset e.g. an address)
2. Doing an initial transformation for displaying that data using XSLT
3. Do some formatting using CSS.
Three small code snippets (XML,XSLT,CSS) would do just to get me started.
I realise...
Hi, for some users my listbox on our Access forms seem to be getting the focus stuck on them.
If the user tries to click on any other control on the form nothing happens, they can only select items in the listbox.
The only way to get out of the focus is to press the escape key.
Any ideas...
Hi
Is there an easy way of populating an ADO dataset with a set of tables (and their data) from SQL Server and then all their relations based on the Foreign Key constraints defined on the SQL server database.
All examples I have seen online when googling show the relations being coded one by...
Hi All
Complete newby question.
I have some objects I want to generate and make available through a method that can be called to return them in a dictionary collection. There are a few different objects but they share some properties and methods so I thought this would be a good time to use...
Hi
Using an example I have written some code to put the contents of my outlook inbox into a string. How can I put the results into a grid on my form?
I'd like to be able to select which fields go onto the form.
Cheers
Spange
namespace OutlookExamples
{
public partial class Form1 : Form...
SQL 2000 Question - Logins / Groups / Users
Hi, I tried some googling of this but didn't get very far.
I have a user accessing the database via membership of a Windows NT group. The user should have read-only access to the database (as defined in their Database User) but they are actually...
Hi All
I'm just starting to learn regular expressions using perl and am trying to write one to replace update statements in a text file using perl. The following seems to work fine:-
UPDATE (.+) SET (.+) =(.+).WHERE (.+) = (.+)
It allows me the back reference the table and column elements of...
Hi
Is it possible to backup a SQL database without the data? So when you restore all you get is the tables,triggers etc i.e. but no data.
Thanks
Spangeman
Hi Everyone
This is a little difficult to explain so please bear with me. I’ll use a simplified example to make it easier. I have a table called BOOKS and a table called ORDERS.
BOOKS has the fields BOOK_ID, NAME and AUTHOR.
ORDERS has the fields ORDERNO, DATE, CUSTOMER_NAME and BOOK_ID
The...
Hello
I would like to be able to code my data grid (2005) so that when one cell is selected the whole row is selected instead.
So everytime a cell is clicked on the whole row is selected as if the user had click to the far left to select the whole row.
Cheers
Spangeman
I am missing something here with this topic, can someone please explain it?
I have a base class
class BaseClass
{
public void Test()
{
MessageBox.Show("Test");
}
}
Two sub classes
class Class1 : BaseClass
{
public void...
Hi There
We use XML configuration files in our VB6 application for holding things like connection strings, form titles etc.
This way each user can have their own XML file which is validated by the application against an XSD before it is processed.
This seems like a great idea until you add a...
Hello
I've been using a combination of SQL Scripts and SQL 2000 DTS packages for
data transfer work for the past 18 months.
I would like to start using SSIS instead but am not really sure where to
start. I have managed to do a simple import in the SSIS environment but I
would really like...
Hi there.
Could you tell me what could cause my PC to:-
Power up
Fans on Mobo, power supply and graphics card start up
Hard disks power up
But then no beeps can be heard and nothing is printed on the screen.
Cheers
Spangeman
I would like to perform actions on multiple rows of data on a datagrid. However I only want to use those the user has selected by holding down the CTRL key and clicking each required row with the mouse.
Is there a property of the grid that tells you what has been selected/highlighted by the...
Hi there.
Using ADO Dot Net could you show me how to execute multi-lined sql. For example I may have some SQL in a string like this that I want to execute
string SqlToExecute =
"UPDATE MYTABLE
SET COL1 = 'FRED'
WHERE COL2 = '1'
GO"
SqlToExecute = SqlToExecute + Environment.NewLine + "UPDATE...
Hello there.
I'm working on a VB 6 application and I need to combine data from different ODBC data sources e.g. their could be one from a SQL DB and one from an excel spreadsheet.
I can get all the data into ADO fine but is it then possible to merge the data based on some kind of join and...
Database design question for you all
I want to save on data storage by having an address table which stores the address of many different tables in the database. This works fine in the following example:-
Table - School
SchoolID
cola
colb
AddrID (FK to Address.AddrID)
Table - Building...
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.