Hi, is there any way to have an image inside a customized cell to have rounded corners?
I've been trying to do it changing values in IB and I couldn't.
Thanks a lot!
Hi,
I've a advantage database server 8.1 and i would like to put it into Sql Server 2005 as linked server?
Is it possible?
I've already installed the OLEDB Driver from Advantage website, but i can't view it into sql server 2005 management studio. I've verified if it was in the register and it is within.
So, can you help me ?
Thank you
Julien
Hi,
I have two server. One with sql server and another with dbf.
I would like to access form MSSQL server to dbf server.
But i haven't access to this server. How can i managed that?
Thanks
Julien
I setup a wildcard A record on my domain registrar. Now if a user access a missing subdomain on my domain, they will be redirected to the homepage. Currently my initial setup was this:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
RewriteEngine On
RewriteRule ^(.*)$ http://domain.com$1 [R]
DocumentRoot /var/www
<Directory…
I've some problem in the configuration of Exchange 2010.
My topology is like that:
Server1 = Domain Controller
Server2 = Exchange Server
Server3 = Lync Server
Server4 = Lync Edge
Our public address (the one accessible by outside world) is directed to Server4.
I would like to have access to my exchange mailbox from external network and also…
I'm trying to deploy an MSI via the Group Policy in Active Directory. But these are the errors I'm getting in the System event log after logging in:
The assignment of application XStandard from policy install failed. The error was : %%1274
The removal of the assignment of application XStandard from policy install failed. The error was : %%2…
I am having problems with a NTFS disk mounted as a fuseblk in my ubuntu 12.10 through external usb3.
When I did a 1.1TB backup with rsync the speed was 1-2MB/s (wiht a ext4 disk speed was 70 MB/s before and after trying the NTFS disk). Also after one hour errors started to appear:
rsync: write failed on "xxx": No such file or directory…
This is so embarrassing. I'm usually really good at figuring out software, especially iPhone apps. Heck, I write software myself! But for the life of me I cannot find a place in Tweetie 2 to post a picture to TwitPic. I assume there is a way to do this, can anyone provide step-by-step directions for me?
I have created a VPN connection in Windows using the New Network Connection wizard that comes with Windows.
It works without problems in most places, but there is one concrete place where, despite the connection to the remote public IP works fine, it is not able to validate the login/password and establish the VPN connection.
In this…
I have the following scenario:
EX2200 Switch whit
ge-0/0/6 set as an access port on VLAN 80
ge-0/0/0 set as a trunk
port connected to a catalyst switch and various vlans allowed to pass includin vlan 80
On the Catalyst Switch.
port #3 set up as a trunk port that receives traffic from the EX switch.
port 46 is set up also as a…
Hello colleagues,
I have a problem whit some emails that are not being delivered to the user inbox. The SMTP server on the DMZ that receives email from the internet is a Symantec Brigthmail Gateway, this server reports that the message was delivered normally to the exchange server:
The DMZ server forwars the incoming mail to the…
I am creating a cloud for my university using Eucalyptus with Xen (PCs have Debian Squeeze 64 bit installed). I have a problem with the following guest configuration:
#
# Configuration file for the Xen instance evenmorefinalfoo, created
# by xen-tools 4.2 on Thu May 26 11:03:06 2011.
#
#
# Kernel + memory size
#
kernel =…
I have created a VPN connection in Windows using the New Network Connection wizard that comes with Windows.
It works without problems in most places, but there is one concrete place where, despite the connection to the remote public IP works fine, it is not able to validate the login/password and establish the VPN connection.
…
i would like to develop an application to edit image's metadata, I know there are free tools for this out there but I would like to research into this and develop my own application. I am not software developer but I have the skill of learning to program really fast.
Can someone please point me in the right direction, Thanks!
…
I have ssh access to many servers where I have no root privileges. Do you know of any version control utility that can work with remote ssh repositories whichout installing anything on the remote server?
I have tried a bare git repository folder, but it seems to demand some script/binary/installation on the server. I also…
<b>Sulamita Garcia:</b> "I have many heroes that inspired me to go ahead. Valorie Aurora, Telsa Gwynne, Pia Waugh, Akkanna Peck, Carla Schroeder, so many... but today I would like to talk about two women, who were the most inspiring for me from the beginning. One is a historical figure, other you may not know."
Find the country, region and city of a user from an IP address using SQL Server. Oscar Garcia provides some code and resources if you want to dig into your analytics on your own.
Hi, I would like to make Something in my form.
I have a Binding source binded on Linq to Sql Class. The class Workorder contains one field Site. I would like to display The combobox with all the site, but selected on the site form my workorder.
I'm clear?
Julien
Hi, i'v got a problem with the Report Viewer form .NET 2008. I'ave to get Some 100000 Records for my company for a year dump report.
The problem is i get the OutOfMemory Exception on the design of report.
Do you know how can i fix it?
I get only the column i need and i use a Dataset to display.
Thanks Julien
I'm going to start building some automated tests of our presentation soon. It seems that everyone recommends WatiN and Selenium. Which do you prefer for automated testing of ASP.NET web forms? Why did that product work better for you?
As a side note, I noticed that WatiN 2.0 has been in CTP since March 2008, is that…
Hi,
I've a advantage database server 8.1 and i would like to put it into Sql Server 2005 as linked server?
Is it possible?
I've already installed the OLEDB Driver from Advantage website, but i can't view it into sql server 2005 management studio. I've verified if it was in the register and it is within.
So, can…
I'm using the following mapping:
public class LoadMap : IAutoMappingOverride<Load> {
public void Override(AutoMapping<Load> mapping) {
mapping.HasMany(x => x.Bids).OptimisticLock.None();
mapping.Version(x => x.Version);
}
}
But when I try to create the session I get the…
This is are my models i want to relate. i want for collection to appear in the form of occurrence.
class Collection(models.Model):
id = models.AutoField(primary_key=True, null=True)
code = models.CharField(max_length=100, null=True, blank=True)
address = models.CharField(max_length=100, null=True,…