Old Server:
IBM X235
ServeRAID 6i
3x73,4GB , RAID5
Suse 9.1 Pro
New server:
IBM X236
ServerRAID 6M
Is it possible to take the harddrives from the X235 and put them in the X236 and just push power button?
The OS is installed on the RAID5 package...
Does Suse use different drivers for the 6M...
I'm currently having a network with one Linux/Samba server acting as primary domain controller. Now I need to connect a Windows 2003 server to the network acting as a database/software server (financial software). Is it possible to have the Windows server connected to the domain as a slave...
I run a mysql query that populates as dataset. This is then used for displaying data in a Crystal Report.
But now to the problem. The dataset contains many columns but only a few is used in the report. Is it possible to change the datafields in the report to show different data based on what I...
I have dynamicly created controls on a panel. The panel has got 'autoscroll' enabled and everything works fine. The crollbars show up as they should. The only problem is that this software must operate whitout a mouse... (Kiosk mode).
Are there any clever persons out there that can tell me how...
nope...
If i put me.close() in 'Private Sub Form9_LostFocus(By...Handles MyBase.LostFocus' then the form closes directly after it opens... Maby because it contains buttons, labels, comboboxes...
A have created a form as a custom menu but I don't know how to close it if I click outside it (same behaviour as a contextmenu). The form i opened when I right-click on a datagrid.
I have searched the whole internet for a solution...
I have a listview that needs a search function.
So I need to put a textbox in the contextmenu to write the search criteria in (like in access). Is this possible?
I have a datagrid binded to a dataset and it shows data ok.
Now i need a search function...
I have created a textbox where the users can write their search string. I need a function that hilights the row in the datagrid corresponding to the value they just entered in the textbox.
Yes this works greate if I create one control and do a AddHandler on that control.
But if I create many controls like this:
Private Sub Create_Label()
for i = 0 to 9
dim MyLabel as new Label
With MyLabel
.Location = New System.Drawing.Point(10, i*20)...
I have dynamicly created textboxes in a windows form.
Now I need to create mouse click events to the textboxes and I'm stuck...
I normal cases this would be the solution:
Private Sub TextBox1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles TextBox1.Click...
I have a table in a dataset. I need to delete several rows in that table. But if I do like this:
For Each row In newDataTable.Rows
If row(1) = 505050 Then
newDataTable.Rows(linenr).Delete()
End If
linenr = linenr + 1
Next
then...
I have populated a datagrid with data from a MySql table in normal maners (MySqlDataAdapter, DataTable etc).
Now, when I change data (rows or cells) the data in MySql must change at the same time. All information I can find is about asp.NET with a [EDIT] button. I like the datagrid to function...
I have a excel workbook that contains 2 sheets.
The first is a regular calculation and the second consists of two columns. The first coulmn is filled with Customer IDs and the second is the Costumer Names. Now I need a macro that looks up the name in the second sheet when I type the ID in the...
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.