|
| I want to Register a domain only, It is necessary to take web-hosting also from You ? |
|
We provide domain name registration with webhosting packages or with email hosting packages.
We do not provide only domain name registration service. |
|
| I am interested in buying a hosting package and/or domain name, Do you have any branch in my city ? |
|
| Our reg. office is located in Jaipur, India.We do not have any branch any where else.
Although we have resellers all over the world.But with different names and different(higher) rates. |
|
| If you do not haveoffice in our city, how we can communicat, regarding sales and after sales customer support. ? |
|
| Our sales and customer support is available by mail, and online chat 24 hrs a day 7 days a week. |
|
| If you do not have office in our city, how can we pay you ? |
|
you can pay online using Credit cards and paypal acconts.
Or you can submit payments at your NEAREST HDFC / ICICI Bank branch IN YOUR CITY. |
|
|
| Technical FAQ |
|
| How to connect ASP code with MS Access database using DSNless Connection
String ? |
|
If you wish to use a DSN less connection to get connected to the Acess
Database then you can use the below given connection string in your
code/snippets.
set conn = server.createobject("ADODB.Connection")
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=e:webdomainname.comdbdatabasename"
Note: - Replace domainname.com with your domain name and the database name with
the name of your .mdb file and the Drive to e: by asking the support
personel)
|
|
| How to connect ASP code with MS Access database using DSN Connection
String ? |
|
When you have opted for a database you can configure the DSN with an
access database, in this case you can utilise the below given connection
strings in your code/snippets to get connected to the Acess Database.
set conn = server.createobject("ADODB.Connection")
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="dsnname"
Note: - Replace dnsname in the above string with the DSN name provided to you for
your database.
- When you are uploading your database file make sure that you upload your
.mdb file inside. An ideal place is the db folder.
In case of a problem you can open a ticket with Support
|
|